-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
react-native-git-upgrade always downgrade react dependency to 16.0.0-alpha.12 #15926
Comments
|
I want to use |
@pocesar Using the latest version of So you should be using |
I've been using react 16.0.0-rc.* with RN since 0.47 without problems, not sure what your point is, FUD much? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
: 0.48.2node -v
: 8.4.0npm -v
: 4.6.1Then, specify:
Steps to Reproduce
Expected Behavior
Keep current version that matches fresh react-native init, that is 16.0.0-beta.5
Actual Behavior
It will try to install 16.0.0-alpha.12, whatever the version of react already installed. this leads to inconsistencies and problems like #14209 since different tools might have different versions installed (like react-test-renderer)
Reproducible Demo
The text was updated successfully, but these errors were encountered: