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
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
网友评论