Could not get BatchBridge, make sure your bundle is packaged correctly

后端 未结 5 1600
北海茫月
北海茫月 2020-12-18 00:38

I am trying to run a react-native app I have created. I am getting the below screen when I run it initially in my phone.

I tried running the \"react-native

5条回答
  •  独厮守ぢ
    2020-12-18 01:39

    you are using corrupted jsbundle file. Recreate the jsbundle using

    react-native bundle --platform android --dev true --entry-file index.android.js --bundle-output music.jsbundle
    

提交回复
热议问题