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 fa7ff61 commit 5fe88b7Copy full SHA for 5fe88b7
package.json
@@ -12,7 +12,7 @@
12
"test": "jest",
13
"pod": "pod-install",
14
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
15
- "prepare": "if [[ $NODE_ENV != \"production\" ]]; then husky install; fi",
+ "prepare": "if [[ $NODE_ENV != \"production\" ]]; then husky install; fi && patch-package",
16
"upgrade": "react-native upgrade",
17
"check-dependencies": "rnx-dep-check",
18
"fix-dependencies": "rnx-dep-check --write",
0 commit comments