We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d999e commit 1bcf6b1Copy full SHA for 1bcf6b1
package.json
@@ -35,10 +35,12 @@
35
"https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
36
"dependencies": {
37
"@types/create-react-class": "^15.6.0",
38
- "prop-types": "^15.6.0",
39
- "react-native": "^0.48.4",
+ "prop-types": "^15.6.0",
40
"react-native-iphone-x-helper": "^1.0.1"
41
},
+ "peerDependencies": {
42
+ "react-native": "^0.48.4"
43
+ },
44
"devDependencies": {
45
"babel-eslint": "^8.0.1",
46
"babel-preset-react-native": "^4.0.0",
0 commit comments