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

Could not get BatchedBridge, make sure your bundle is packaged correctly #984

Closed
chapeljuice opened this issue Apr 20, 2017 · 4 comments
Closed

Comments

@chapeljuice
Copy link

I ran through the Getting Started instructions, and then after I ran react-native run-android I'm getting an error.


What's going on?
Getting error, can't see the app.
screen shot 2017-04-20 at 3 39 30 pm


Steps to reproduce
Run through "Getting Started" instructions.


ignite doctor results:
chaps 👻 TestApp $ ignite doctor
System
platform darwin
arch x64
cpu 8 cores Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
directory /Users/chapel/Documents/repos/TestApp

JavaScript
node 7.9.0 /usr/local/bin/node
npm 4.2.0 /usr/local/bin/npm
yarn 0.23.2 /usr/local/bin/yarn

React Native
react-native-cli 2.0.1
app rn version 0.42.0

Ignite
ignite 2.0.0-beta.8 /usr/local/bin/ignite

Android
java 1.8.0_121 /usr/bin/java
android home - /Users/chapel/Library/Android/sdk

iOS
xcode 8.3

@skellock
Copy link
Contributor

Do you get the same issue if you run ignite new MyDifferentApp -b ir-next ?

@chapeljuice
Copy link
Author

That totally worked ... why? Thanks!

@skellock
Copy link
Contributor

Because the default boilerplate for ignite ignite-ir-boilerplate-2016 uses react-native-router-flux. And yesterday RNRF cut a build that blows things up. We rolled back the version, so if you ran your old command again, it might work (hopefully it does!!!).

The ir-next boilerplate uses react-navigation, which is why that works. And where we're heading.

Sorry for the hiccups!

@chapeljuice
Copy link
Author

No worries, thanks for the help and the explanation! 😃

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