-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Upgrading from 4.0.0-beta27
to 4.0.0
breaks app
#3198
Comments
As discussed here, this is because of the new context API. I can't say much, cause I don't know anything about your environment, but try to use React > 16 and React Native > 0.55. Probably we will need to update README to say that as well. |
I am already on React
Any ideas, @daviscabral? |
In reference to updating README, I think that most of the documentation around this package needs updating. For example in the latest versions there's an |
React Native 0.55 does not support React 16 as you can see here https://github.com/facebook/react-native/blob/v0.55.4/package.json#L145. Please provide failing example (with valid package versions). For docs, PRs are welcome. The upgrade for React Navigation is pretty recent. |
@daviscabral Thanks for the help! The dependencies seem to work working properly now:
|
I am attempting to upgrade my app from
4.0.0-beta27
to4.0.0
but it seems to break from an internal error:What is
context.changedBits
and where can I find it? This seems to be what is breaking everything. Note that the app errors instantly upon opening.The text was updated successfully, but these errors were encountered: