We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf4579 commit 5a2a6a8Copy full SHA for 5a2a6a8
1 file changed
package.json
@@ -44,6 +44,9 @@
44
"react-native-linear-gradient": "^2.0.0",
45
"react-native-spinkit": "^1.0.2"
46
},
47
+ "peerDependencies": {
48
+ "prop-types": "^15.5.10",
49
+ },
50
"devDependencies": {
51
"babel-cli": "^6.24.1",
52
"babel-eslint": "^7.2.3",
@@ -56,6 +59,7 @@
56
59
"eslint-plugin-react": "^6.8.0",
57
60
"jest": "20.0.4",
58
61
"jest-react-native": "^18.0.0",
62
63
"react": "16.0.0-alpha.12",
64
"react-native": "0.47.1",
65
"react-test-renderer": "16.0.0-alpha.12",
0 commit comments