[change] make react-dom a peer dependency

This commit is contained in:
Nicolas Gallagher
2017-04-13 19:24:17 -07:00
parent 8f736ddefe
commit 0863894f40
2 changed files with 4 additions and 3 deletions
+1 -1
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@15.4 react-native-web
npm install --save react@15.4 react-dom@15.4 react-native-web
```
Read the [Client and Server rendering](docs/guides/rendering.md) guide.