checked that the library is working with RN 0.10.x and accept it as dep
Showing
... | ... | @@ -16,11 +16,11 @@ |
"author": "Project September <tech@projectseptember.com>", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"react-native": "^0.9.0" | ||
"react-native": ">=0.9.0 <0.11.0" | ||
}, | ||
"dependencies": { | ||
"invariant": "^2.1.0", | ||
"react-native": "^0.9.0", | ||
"invariant": "2.1.0", | ||
"react-native": ">=0.9.0 <0.11.0", | ||
"gl-react-core": "git+ssh://git@github.com:ProjectSeptemberInc/gl-react-core.git" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment