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 7cbe6e4 commit 926ff58Copy full SHA for 926ff58
package.json
@@ -26,8 +26,7 @@
26
"typecheck": "tsc --noEmit",
27
"spec": "jest",
28
"test": "npm run typecheck && npm run spec && npm run lint && npm run prettycheck",
29
- "prepublishOnly": "npm run build",
30
- "postinstall": "scripts/install.js"
+ "prepublishOnly": "npm run build"
31
},
32
"peerDependencies": {
33
"react-native-gesture-handler": ">=2",
0 commit comments