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 30243d7 commit dfef719Copy full SHA for dfef719
example/package.json
@@ -6,6 +6,7 @@
6
"appium": "appium",
7
"clean-modules": "rm -rf ./node_modules/react-native-permissions/{example,node_modules}",
8
"clean": "rm -rf ./node_modules ./ios/Pods",
9
+ "preinstall": "cd .. && yarn prepack && cd example",
10
"postinstall": "yarn clean-modules && yarn pod-update",
11
"pod-update": "cd ./ios && pod update && cd ..",
12
"start": "react-native start",
0 commit comments