update readme upgrade guide

This commit is contained in:
Artur Girenko 2015-12-06 12:31:45 +01:00
parent 51c64f35e2
commit e02a9339b4
1 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,11 @@ and are unlikely to be changed by the user. No checks are done, these files are
- files in /env directory
- figwheel-bridge.js
Then to continue development using figwheel
```
$ re-natal use-figwheel
```
To upgrade React Native to newer version please follow the official
[Upgrading](https://facebook.github.io/react-native/docs/upgrading.html) guide of React Native.
Re-Natal makes no changes to the files generated by react-native so the official guide should be valid.