-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
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.1
Then, specify:
- Target Platform: Android
- Development Operating System: Windows 10 x64
Steps to Reproduce
- react-native-git-upgrade on a project with react@16.0.0-beta.5 or greater
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
Metadata
Metadata
Assignees
Labels
StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.