remove busywork of upgrade docs, move to symbols

Summary:
We constantly get PRs that are busywork.

_e.g._ https://github.com/facebook/react-native/pull/10555#issuecomment-256301537

This PR hopefully makes a clear doc that won't get PRs.
Closes https://github.com/facebook/react-native/pull/10595

Differential Revision: D4089166

Pulled By: JoelMarcey

fbshipit-source-id: cf5af53ecc868a7a3e6c2e14edcb6f271fdd6190
This commit is contained in:
Gant Laborde
2016-10-27 10:14:29 -07:00
committed by Facebook Github Bot
parent 97153d68cf
commit bafc6ddbd1

View File

@@ -20,10 +20,11 @@ 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.34`, in a terminal run:
Now install that version of `react-native` in your project with `npm install --save`.
```sh
$ npm install --save react-native@0.34
$ npm install --save react-native@X.Y
# where X.Y is the semantic version you are upgrading to
```
## 2. Upgrade your project templates