Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run app, “Could not get BatchedBridge, make sure your bundle is packaged properly” on start of app" #1

Open
rrtigga opened this issue Jul 31, 2017 · 1 comment

Comments

@rrtigga
Copy link
Owner

rrtigga commented Jul 31, 2017

Similar to facebook/react-native#9336

I am unable to run the app because of the following error. (Running on my physical device)

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

The solutions in the react-native thread (linked above) such as

react-native run-android
react-native start --reset-cache

adb reverse tcp:8081 tcp:8081
and more have not worked.

Have to look at more here: https://stackoverflow.com/questions/38870710/error-could-not-get-batchedbridge-make-sure-your-bundle-is-packaged-properly/38874952#38874952

What is the problem and how can it be resolved?

@industral
Copy link
Collaborator

PR created. Branch issue-1.

remove build and node_modules folder.

killall -9 node
watchman watch-del-all
npm i
react-native run-android

And you have to see Welcome React screen.

device-2017-08-02-023930

rrtigga added a commit that referenced this issue Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants