-
Notifications
You must be signed in to change notification settings - Fork 142
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
0.63.2 is out, can you provide a migration guide? #673
Comments
Until an official migration guide is provided, this are the steps I followed and I got my app running on the latest version, it is more than likely not complete... but hey, it's working https://github.com/ospfranco/tempomat/commit/5aba474a58ad842261846c9c11dc7fbedda4f9b2 |
In case that dosn't work you can always (not most prefferable solution): delete macos folder together with node_modules and yarn.lock That did work for me quite quickly |
The out of tree platforms (e.g. macOS, Windows, and Web) are not part of the upgrade helper. Agreed it would be helpful to have solutions there (that's also been brought up on the Windows repo). Outside of that it'd be good to have some sort of general guide on the RN macOS website. Not that one exists (that's been raised), but I think that'd be a natural place for it. Also it looks like the landing page for macOS on that website needs to be updated with the most recent version. My instinct is to transfer this issue to the website repo to capture that macOS is missing this. Thoughts? |
Worth noting here that I believe macOS is now part of upgrade-helper! |
Or even better would be to add the documentation to the react-native-upgrade helper
https://react-native-community.github.io/upgrade-helper/?from=0.62.2&to=0.63.2
The text was updated successfully, but these errors were encountered: