update readme upgrade guide
This commit is contained in:
parent
51c64f35e2
commit
e02a9339b4
|
@ -134,6 +134,11 @@ and are unlikely to be changed by the user. No checks are done, these files are
|
||||||
- files in /env directory
|
- files in /env directory
|
||||||
- figwheel-bridge.js
|
- figwheel-bridge.js
|
||||||
|
|
||||||
|
Then to continue development using figwheel
|
||||||
|
```
|
||||||
|
$ re-natal use-figwheel
|
||||||
|
```
|
||||||
|
|
||||||
To upgrade React Native to newer version please follow the official
|
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.
|
[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.
|
Re-Natal makes no changes to the files generated by react-native so the official guide should be valid.
|
||||||
|
|
Loading…
Reference in New Issue