react native 手动打包jsbundle文件

1 在项目目录/android/app/src/main下建一个文件夹assets

2 react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res

 

 

react-native bundle --platform android --dev false --entry-file index.js --bundle-output E:/java/eclipse-workspace/DemoAppAPI/src/main/resources/static/resources/js/index.android.bundle --assets-dest android/app/src/main/res

posted @ 2018-07-25 17:01  冬天不眠  阅读(1950)  评论(0编辑  收藏  举报