ReactNative 打bundle脚本

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

猜你喜欢

转载自blog.csdn.net/weixin_33812433/article/details/87196392