[add] ReactDOM server API to ReactNative API

This commit is contained in:
Nicolas Gallagher
2016-06-28 16:37:28 -07:00
parent 1940868065
commit c46f242f6b
4 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ styles defined in JavaScript into "Atomic CSS".
To install in your app:
```
npm install --save react@0.14 react-dom@0.14 react-native-web
npm install --save react@0.15 react-native-web
```
Read the [Client and Server rendering](docs/guides/rendering.md) guide.