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 01bf611 commit 22db880Copy full SHA for 22db880
package.json
@@ -65,16 +65,12 @@
65
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
67
},
68
- "dependencies": {
69
- "prop-types": "^15.8.1",
70
- "react-native-gesture-handler": "^2.15.0",
71
- "react-native-reanimated": "^3.8.0"
72
- },
73
"peerDependencies": {
74
"react": "*",
75
"react-native": "*",
76
"react-native-gesture-handler": ">=2.0.0",
77
- "react-native-reanimated": ">=3.0.0"
+ "react-native-reanimated": ">=3.0.0",
+ "prop-types": ">=15.0.0"
78
79
"devDependencies": {
80
"@commitlint/config-conventional": "^19.6.0",
0 commit comments