Commit 0551498b authored by Benjamin Paap's avatar Benjamin Paap

Fixed #4: Corrected dependency constraint

parent 4c74ce16
......@@ -23,9 +23,9 @@
"author": "Greg Wilson",
"license": "MIT",
"devDependencies": {
"react-native": "^0.28.0"
"react-native": ">=0.28.0"
},
"peerDependencies": {
"react-native": "^0.28.0"
"react-native": ">=0.28.0"
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment