[change] React 16 support

Fix #364
This commit is contained in:
Nicolas Gallagher
2017-09-18 20:43:40 -07:00
parent df16c24d68
commit d6df440987
8 changed files with 177 additions and 165 deletions
+1
View File
@@ -127,6 +127,7 @@ import AppHeader from './src/AppHeader';
import React from 'react';
import ReactNative from 'react-native';
// use .hydrate if hydrating a SSR app
ReactNative.render(<AppHeader />, document.getElementById('react-app-header'))
```