Command-line instructions:
*Upgrade existing project to latest RN version
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