-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 on React-Native app v47.1 #1687
Comments
Reproduced on my machine. It seems to be an issue with RN 0.47.1. I tried it on an older RN 0.45.1 project and it worked no problem. Will dig in and see what I can deduce, thanks for reporting! |
Update: I got it working by downgrading |
Awesome! Thanks so much for looking into this. Now that I know where to look, I can help dig into this as well. Had some issues with that babel preset the other day. |
Confirmed that both the server and app actually start now. After having looked at the changelog for babel-preset-react-native, the only things Ive seen that might mess things up is adding dynamic imports, and change how regenerator-runtime is included. Here's what I looked at. https://github.com/facebook/react-native/commits/master/babel-preset/package.json |
@tabrindle I just released Can you try it on your project? Once we've confirmed its stable (it contains a bunch of changes) we'll release 3.2.6. |
As a programmer, that is the worst place to be in. ¯\(ツ)/¯ But, on the bright side, confirmed working:
Closing this issue! |
Steps
Output:
Environment:
OS: macOS Sierra 10.12.5
Node: 7.10.0
Yarn: 0.27.5
npm: 4.6.1
Watchman: 4.7.0
Xcode: Xcode 8.3.3 Build version 8E3004b
Android Studio: 2.3 AI-162.4069837
react-native-cli: 2.0.1
Packages: (wanted => installed)
babel-jest: 20.0.3 => 20.0.3
babel-preset-react-native: 3.0.0 => 3.0.0
jest: 20.0.4 => 20.0.4
react-test-renderer: 16.0.0-alpha.12 => 16.0.0-alpha.12
@storybook/react-native: ^3.2.5 => 3.2.5
react-dom: 16.0.0-alpha.12 => 16.0.0-alpha.12
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
react-native: 0.47.1 => 0.47.1
The text was updated successfully, but these errors were encountered: