stoneWeb / elm-react-native

A react native app simulating eleme app,run ios and android.
MIT License
1.76k stars 423 forks source link

Could not get batchedbridge, make sure your bundle is packaged correctly #13

Closed nxycdl closed 7 years ago

nxycdl commented 7 years ago

when starting Could not get batchedbridge, make sure your bundle is packaged correctly I look at android/app/src/main has contain assets folder

nxycdl commented 7 years ago

I fixed it back up assets/fonts delete assets create assets react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/ copy back fonts to assets folder react-native run-anddroid