Accept RN 0.12 & upgrade examples
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -20,11 +20,11 @@ | ... | @@ -20,11 +20,11 @@ |
"author": "Project September <tech@projectseptember.com>", | "author": "Project September <tech@projectseptember.com>", | ||
"license": "MIT", | "license": "MIT", | ||
"peerDependencies": { | "peerDependencies": { | ||
"react-native": ">=0.9.0 <0.12.0" | "react-native": ">=0.9.0 <0.13.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"invariant": "2.1.0", | "invariant": "2.1.0", | ||
"react-native": ">=0.9.0 <0.12.0", | "react-native": ">=0.9.0 <0.13.0", | ||
"gl-react-core": "1.1.x" | "gl-react-core": "1.1.x" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please register or sign in to comment