question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start of app

See original GitHub issue

Solution

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.

screenshot_2016-08-10-11-45-29

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:closed
  • Created 7 years ago
  • Reactions:60
  • Comments:77 (1 by maintainers)

github_iconTop GitHub Comments

114reactions
st0fferncommented, Aug 13, 2016
react-native run-android
react-native start --reset-cache
83reactions
fisherman818commented, Aug 13, 2016

Found the solution: react-native start then reload the app.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found