Fix example in babel plugin README

This commit is contained in:
Nicolas Gallagher
2018-01-16 11:11:50 -08:00
parent e234568a34
commit d5e8d85ce9

View File

@@ -34,6 +34,6 @@ import { StyleSheet, View } from 'react-native';
**After**
```js
import StyleSheet from 'react-native-web/dist/apis/StyleSheet';
import View from 'react-native-web/dist/components/View';
import StyleSheet from 'react-native-web/dist/exports/StyleSheet';
import View from 'react-native-web/dist/exports/View';
```