How to I upgrade the react native version if I used this tool previously? #3418
Unanswered
ThakurKarthik
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Just to check, if you change the entry in all your package.json files to "[email protected]", and then run "align-deps --write" that doesn't work? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey, if you take a look in the docs, As mentioned above, an alternative is to manually change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I upgraded to react-native 0.74.0 previously using this tool. My package.json has a section
Now I am trying to upgrade to 0.76.0 but the tool still showing the 0.74 deps only, After looking at this url https://react-native-community.github.io/upgrade-helper/?from=0.74.2&to=0.76.2&package=com.myfinancebuddy&name=MyFinanceBuddy
I ran this command
npx @rnx-kit/align-deps [email protected] --verbose
but it still shows the 0.74 deps, please see below screenshot of the terminal.
I also tried to install latest version of the toolkit "@rnx-kit/align-deps": "^3.0.2" and ran
but still same issue, I think I am missing something simple here, please help and thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions