Update install command

Close #285
Close #286
This commit is contained in:
Nicolas Gallagher
2016-12-14 17:05:15 +00:00
parent c30b67f6db
commit 80ba119b83

View File

@@ -27,7 +27,7 @@ online with [React Native for Web: Playground](http://codepen.io/necolas/pen/PZz
To install in your app:
```
npm install --save react react-native-web
npm install --save react@15.3 react-native-web
```
Read the [Client and Server rendering](docs/guides/rendering.md) guide.