react-native-media-query
Advanced tools
Comparing version 1.0.12 to 1.0.13
import createStyleSheet from "./create-stylesheet"; | ||
import processStyleProp from './process-style-prop' | ||
import processStyleProp from "./process-style-prop"; | ||
@@ -8,3 +8,3 @@ const flush = () => {}; | ||
create: createStyleSheet, | ||
process: processStyleProp | ||
process: processStyleProp, | ||
}; | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "react-native-media-query", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Media queries for react-native and react-native-web", | ||
@@ -14,4 +14,3 @@ "main": "index", | ||
"dependencies": { | ||
"css-mediaquery": "^0.1.2", | ||
"react-native-web": "0.17.5" | ||
"css-mediaquery": "^0.1.2" | ||
}, | ||
@@ -21,2 +20,5 @@ "devDependencies": { | ||
}, | ||
"peerDependencies": { | ||
"react-native-web": "^0.16.0 || ^0.17.0" | ||
}, | ||
"repository": { | ||
@@ -23,0 +25,0 @@ "type": "git", |
13317
+ Addedreact-native-web@0.17.7(transitive)
- Removedreact-native-web@0.17.5
- Removedreact-native-web@0.17.5(transitive)