
react native
abenote
养家糊口
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
react native 打包
react native打包出现unable to process incoming event 'ProcessComplete' <ProgressCompleteEvent>出现这种情况是因为代码混淆异常,分析问题后发现in library class Android.text.StaticLayout,所以在混淆文件中加入:-keep class android.text {*...原创 2018-06-04 08:51:10 · 459 阅读 · 0 评论 -
reactnative打包静态资源命令
reactnative打包静态资源命令集成react-native到现有项目中,执行命令:react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest and...原创 2018-06-25 13:38:02 · 1176 阅读 · 0 评论