mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 09:19:10 +00:00
Update Upgrading.md
Summary: Updating the RN version 0.31, so that doc is also upto date with latest version. Closes https://github.com/facebook/react-native/pull/9247 Differential Revision: D3677606 fbshipit-source-id: 8ec5999dfaa243377d85a533935ccfe2d4c97fae
This commit is contained in:
parent
9de0b79e87
commit
a4bff46791
@ -20,10 +20,10 @@ Note the latest version of the `react-native` npm package from here (or use `npm
|
||||
|
||||
* https://www.npmjs.com/package/react-native
|
||||
|
||||
Now install that version of `react-native` in your project with `npm install --save`. For example, to upgrade to the version `0.26`, in a terminal run:
|
||||
Now install that version of `react-native` in your project with `npm install --save`. For example, to upgrade to the version `0.31`, in a terminal run:
|
||||
|
||||
```sh
|
||||
$ npm install --save react-native@0.26
|
||||
$ npm install --save react-native@0.31
|
||||
```
|
||||
|
||||
## 2. Upgrade your project templates
|
||||
|
Loading…
x
Reference in New Issue
Block a user