-
Notifications
You must be signed in to change notification settings - Fork 613
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
Upgrade react-redux to v.4.0.6 throw UnableToResolveError #33
Comments
Note the docs on React-Redux https://github.com/rackt/react-redux#react-native - We have to stay on 3.x for the time being. |
I'm getting the same error even on version "^3.1.0" after upgrading from snowflake "0.0.6" to "0.0.8" ( current master) |
It builds on a fresh install on my machine and it builds on the CI, Bitrise. I would confirm that your node_modules is actually at 3.1.0. You may have to delete the current node_modules/react-redux and reinstall it. |
whoops! i had forgotten to restart the react packager. sorry about that. |
This is resolved |
Unable to upgrade react-redux to latest version.
Repro(s)
In package.json, change "react-redux": "^3.1.0" to "react-redux": "^4.0.5".
Click Build in XCode
ENV
Related to facebook/react-native#4062 and #32
The text was updated successfully, but these errors were encountered: