Skip to content
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

Closed
ospfranco opened this issue Dec 12, 2020 · 4 comments
Closed

0.63.2 is out, can you provide a migration guide? #673

ospfranco opened this issue Dec 12, 2020 · 4 comments

Comments

@ospfranco
Copy link

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

@ghost ghost added the Needs: Triage 🔍 label Dec 12, 2020
@ospfranco
Copy link
Author

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

@Luksys5
Copy link

Luksys5 commented Jan 13, 2021

In case that dosn't work you can always (not most prefferable solution):

delete macos folder together with node_modules and yarn.lock
change package.json react-native and react-native-versions
yarn install
npx react-native-macos-init

That did work for me quite quickly
(Just be careful because it will remove macos pod data)

@chrisglein
Copy link
Member

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?

@Saadnajmi
Copy link
Collaborator

Worth noting here that I believe macOS is now part of upgrade-helper!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants