mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-12 08:53:25 +08:00
Fix example in babel plugin README
This commit is contained in:
@@ -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';
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user