Update Upgrading.md
Summary: Just updating the docs as .18 is quite old :) Closes https://github.com/facebook/react-native/pull/7824 Differential Revision: D3371417 Pulled By: javache fbshipit-source-id: 91b8249f814eeef68cbeff4b481624644dc7be73
This commit is contained in:
parent
6603cef95c
commit
0e82eb3bed
|
@ -19,10 +19,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.18`, 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.26`, in a terminal run:
|
||||
|
||||
```sh
|
||||
$ npm install --save react-native@0.18
|
||||
$ npm install --save react-native@0.26
|
||||
```
|
||||
|
||||
## 2. Upgrade your project templates
|
||||
|
|
Loading…
Reference in New Issue