You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
once npm installation is complete, open Android emulator and issue react-native run-android
this will start React Packager, builds app successfully, install and start APK on emulator but then I get the error "Could not get BatchedBridge, make sure your bundle is packaged correctly"
Expected Behavior
Application should not show this error and should start normally
Actual Behavior
I get the error "Could not get BatchedBridge, make sure your bundle is packaged correctly" when running react-native run-android on either device or emulator.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.
stalebot
added
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Jan 29, 2018
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Steps to Reproduce
(Write your steps here:)
npm i
react-native run-android
Expected Behavior
Application should not show this error and should start normally
Actual Behavior
I get the error "Could not get BatchedBridge, make sure your bundle is packaged correctly" when running
react-native run-android
on either device or emulator.Reproducible Demo
https://github.com/JamesMarino/Firebase-ReactNative
The text was updated successfully, but these errors were encountered: