使用 React Native 在 android 上制作思维导图应用程序的正确技术

the right technology for making a mindmap app on android with react native

目前我正在创建一个多平台思维导图应用程序。我的软件的网页版已经完成了。要完成我使用的 Web 版本应用程序: -反应
-节点j的 -Mongodb -孔瓦 现在我要开始我任务的第二部分:移动应用程序。为此,我想使用: -反应本机 -节点js -MongoDB

我已经尝试了很多 canvas 框架与 react native,但是没有足够好的来构建我想要的。有人能告诉我一个像 konava 这样的好框架,但用于响应本机吗?

React Native 的核心不是为 graphics-intensive 应用程序设计的,Shopify 团队正在赞助 William Candillon 和 Christian Falch 将 Skia 2D 图形库 - https://skia.org/ 引入 React Native。

该项目仍在 early-stage,但它在 space - https://github.com/Shopify/react-native-skia

中是开放机会