打包

作者: Lane_Feidor | 来源:发表于2019-04-28 23:45 被阅读0次

ios:
根目录下:
react-native bundle --entry-file index.js --bundle-output ./ios/bundle/index.ios.jsbundle --platform ios --assets-dest ./
ios/bundle --dev false

android:
cd android/
./gradlew assembleRelease --stacktrace

相关文章

网友评论

      本文标题:打包

      本文链接:https://www.haomeiwen.com/subject/zeosnqtx.html