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 0babc9a commit f9bd173Copy full SHA for f9bd173
package.json
@@ -28,7 +28,7 @@
28
"spec": "jest",
29
"test": "npm run typecheck && npm run spec && npm run lint && npm run prettycheck",
30
"prepublishOnly": "npm run build",
31
- "prepare": "npm run build:source"
+ "postinstall": "npm run build:source"
32
},
33
"peerDependencies": {
34
"react-native-gesture-handler": ">=2",
0 commit comments