ReactNative 打bundle脚本
2019-01-22 本文已影响0人
able_
if [ # -eq "1" ]; then
if [ 1 == "android" ]; then
React-native bundle --entry-file index.android.js --bundle-output ./android/app/src/main/assets/index.android.bundle --platform android --assets-dest ./android/app/src/main/res/ --dev false
fi
fi