React-native打包遇到问题:Could not get BatchedBridge

cd到你项目的根目录下,输入

react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --sourcemap-output android/app/src/main/assets/index.android.map --assets-dest android/app/src/main/res/

如果android/app/src/main/assets没有assets文件夹 需要手动创建该文件夹后输入如上命令

你可能感兴趣的:(React-native打包遇到问题:Could not get BatchedBridge)