Upgrade existing project to latest RN version

suggest change

In the app folder find package.json and modify the following line to include the latest version, save the file and close.

"react-native": "0.32.0"

In terminal:

$ npm install

Followed by

$ react-native upgrade

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Command-line instructions:
*Upgrade existing project to latest RN version

Table Of Contents