babel-plugin-react-native-web
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "babel-plugin-react-native-web", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Babel plugin for React Native for Web", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"babel-plugin-tester": "^4.0.0" | ||
"babel-plugin-tester": "^5.0.0" | ||
}, | ||
@@ -9,0 +9,0 @@ "author": "Nicolas Gallagher", |
@@ -37,4 +37,4 @@ # babel-plugin-react-native-web | ||
```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'; | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package