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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM