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 0efc978 commit 6cc9755Copy full SHA for 6cc9755
example/package.json
@@ -1,11 +1,14 @@
1
{
2
- "name": "RNPermissionsExample",
+ "name": "react-native-permissions-example",
3
"version": "0.0.1",
4
"private": true,
5
"scripts": {
6
+ "clean-modules": "rm -rf ./node_modules/react-native-permissions/{example,node_modules}",
7
+ "clean": "rm -rf ./node_modules ./ios/Pods",
8
+ "postinstall": "yarn clean-modules && yarn pod-install",
9
+ "pod-install": "cd ./ios && pod install && cd ..",
10
"start": "react-native start",
- "postinstall": "rm -rf node_modules/react-native-permissions/{example,node_modules}",
- "reinstall": "rm -rf node_modules ios/Pods && yarn install && cd ios && pod install"
11
+ "reinstall": "yarn clean && yarn install"
12
},
13
"dependencies": {
14
"react": "16.8.6",
0 commit comments