How to I upgrade the react native version if I used this tool previously? #3418
Unanswered
Thakur Karthik (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 "react-native@0.76", and then run "align-deps --write" that doesn't work? |
1 reply
|
Hey, if you take a look in the docs, As mentioned above, an alternative is to manually change |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 --requirements=react-native@0.76 --verbosebut 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!
All reactions