Update Upgrading.md
Summary: Docs upgrading section - changed 0.31 to 0.34. Closes https://github.com/facebook/react-native/pull/10085 Differential Revision: D3919253 fbshipit-source-id: b0dc34ba8d5f97dca8de2def15c7059d40eadc37
This commit is contained in:
parent
3a2bb3dbc5
commit
100a31412f
|
@ -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
|
* 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.31`, 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.34`, in a terminal run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm install --save react-native@0.31
|
$ npm install --save react-native@0.34
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. Upgrade your project templates
|
## 2. Upgrade your project templates
|
||||||
|
|
Loading…
Reference in New Issue