0.61.1 is incorrectly using react 16.8.1
You can see this in the diff here:
https://react-native-community.github.io/upgrade-helper/?from=0.61.0&to=0.61.1
There are no commits between RN 0.61.0 and 0.61.1 which downgrade React. This version is also below the one used in RN 0.60, so I think it must be a mistake.
👍
The same issue can be seen for 0.61.2:
https://react-native-community.github.io/upgrade-helper/?from=0.61.1&to=0.61.2
Several dependencies appear to have been downgraded. This is not the case, as can easily be checked by npx react-native init rn0612 --version 0.61.2.
Any updates on this?
I want to trust rn-diff-purge but that caught in error three times.
Fixed. Unfortunately this comes from the new react native cli, but using the old cli produces correct diffs. We are trying to fix the problem that causes this. Until that is fixed, we try to generate the diffs with it initially, and if it's wrong, we regenerate them using the old cli. Sorry for the inconvenience.
Interestingly, I rerun the script using npx for the new cli, and it worked this time. 🤔