react native edison editor 源码
React本机爱迪生编辑 该软件包的二次开发 如果要更改index.html (网络视图内容): 1.安装依赖项 yarn 2.运行React应用程序 yarn dev人员在本地启动React应用程序 3.更改webview uri 更改文件{your project}/node_modules/react-native-edison-editor/index.js的代码 var htmlPath = "file://" + RNFS.MainBundlePath + "/assets/node_modules/" + Package.name + "/index.html"; 到: var htmlPath = "http://localhost:8080/" 4.完成更改并构建 yarn build 5.发布 npm publish 如果要更改index.js或index.d.
用户评论