Questions tagged [react-native-git-upgrade]
3 questions
1
vote
2 answers
react-native-git-upgrade "Error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3" when upgrading from 0.57.4 to 0.57.8
I want to upgrade react-native from version 0.57.4 to 0.57.8 using react-native-git-upgrade.
When I run the command react-native-git-upgrade, I get the following error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3".
This is the full error…

Francisco Sarmento
- 288
- 4
- 14
1
vote
0 answers
How to get latest code from react-native using react-native-git-upgrade?
Im using react-native-git-upgrade to keep the system updated, however there are some imp updated I need that are not part of any tag yet and are only in commits.
So how to get that?
Usually the following works with releases:
react-native-git-upgrade…

Raheel Hasan
- 5,753
- 4
- 39
- 70
0
votes
1 answer
react-native-git-upgrade failed with Command 'git diff --binary --no-color HEAD~1 HEAD' exited with code null
When running react-native-git-upgrade from react-native 0.56 to 0.57.3 I get through most steps but fail on Generate the patch between the 2 versions
git-upgrade info Check for updates
git-upgrade info Using yarn 1.9.4
git-upgrade info Read…

ehacinom
- 8,070
- 7
- 43
- 65