-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support React Native 0.44.0 #957
Comments
so I just ncu updated and it broke everything... does ignite generally break when updating react/react-native? |
What is ncu? What errors are you seeing?
I'd say not often. It depends on React Native's changes though. RN is pretty good with letting us know what the breaking changes are. |
https://www.npmjs.com/package/npm-check-updates I just did a fresh install of an ignite template and updated React and RN (it broke only when I updated RN, when I updated React to 15.5.2, it was fine) Ignore the change in RootContainer, this is the error I'm seeing |
I googled and this came up: facebook/react-native#13291 . Related to your issue? |
no luck, I've tried playing with different permutations - I think I'll just stick with the original 15.4.1 and .42 |
React Native 0.43 is using React 16.0.0-alpha which isn't really ready for use in React Native. |
It's ready. There's just warnings out the wazoo. :( Wasn't their best release. I say we wait for 44 =) =) |
44 is here. It still uses 16.0.0-alpha.6. Hilarity continues to ensue. Recommend waiting for 0.45.0. |
React Native 0.43.0 is now available.
Also, let's remove ignite depending on a specific version and move that off to the boilerplates if they care.
The text was updated successfully, but these errors were encountered: