Reputation: 16512
How do you upgrade to the latest version of react? I've tried all the following but I'm still stuck at v0.58.6.
react-native upgrade
npm install -g react-native-git-upgrade
react-native-git-upgrade
react-native upgrade 0.61.0-rc.0
Upvotes: 0
Views: 327
Reputation: 499
In this case, the best option to create new project in react native then install all old library in new project and all your source code it is less time taking and I have tried it many time and it works without any problem.
Upvotes: 0
Reputation: 4162
Upgrade to 0.60 and above is quite painful. It can not work with some command lines. You could try below step
react-native unlink <package-name>
Upvotes: 1