Commit 8ed88908 authored by Andrei Dinin's avatar Andrei Dinin

Lifting a strict restriction on RN version. Allowing for use of RN0.25.1+

parent 3839f567
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
"core-js": "^1.0.0" "core-js": "^1.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": "0.25.1", "react-native": ">=0.25.1",
"react": "^0.14.5"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^6.0.2", "babel-eslint": "^6.0.2",
......
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