Skip to content

Commit de28b17

Browse files
committed
Dependency Strictness Fix
1 parent 2bfd18e commit de28b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node_modules/react-native/packager/packager.sh"
77
},
88
"peerDependencies": {
9-
"react-native": "^0.6.0"
9+
"react-native": ">=0.6.0 <1.0.0"
1010
},
1111
"description": "A simple way to create dynamic views through device and display detection, allowing the creation of adaptable and universal apps.",
1212
"main": "display.js",

0 commit comments

Comments
 (0)