Android error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start of app
See original GitHub issueSolution
Run the following:
react-native run-android
react-native start --reset-cache
Description
After creating a project and not changing a single file, I tried to test it on my 4.4.2. device. I got this red screen right on start of the app and after dismissing it, only white screen was shown instead of welcome message that was supposed to be there.
I also got this error on 5.1.1, but the project worked fine on 6.1.1. Android emulator (for 4.4.2) was also able to display the messages without this redscreen
Edit: On Stack Overflow, user tbo has posted an answer with a workaround. It does work, however it’s not ideal as it takes more time http://stackoverflow.com/questions/38870710/error-could-not-get-batchedbridge-make-sure-your-bundle-is-packaged-properly/38874952#38874952
Issue Analytics
- State:
- Created 7 years ago
- Reactions:60
- Comments:77 (1 by maintainers)
Top Results From Across the Web
error "Could not get BatchedBridge, make sure your bundle ...
error "Could not get BatchedBridge, make sure your bundle is packaged properly" on start of app · 1. Did you get this error...
Read more >error "Could not get BatchedBridge, make sure your bundle is ...
Android : error " Could not get BatchedBridge, make sure your bundle is packaged properly" on start of app [ Beautify Your Computer ......
Read more >error "Could not get BatchedBridge, make sure your bundle ...
Coding example for the question error "Could not get BatchedBridge, make sure your bundle is packaged properly" on start of app-React Native.
Read more >error “Could not get BatchedBridge, make sure your bundle ...
Android – error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start of app. androidreact-native.
Read more >could not get batchedbridge, make sure your bundle is ...
Android : error "Could not get BatchedBridge, make sure your bundle is packaged properly" on start of app [ Beautify Your Computer :...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Found the solution:
react-native start
then reload the app.