We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a66445 commit b594f74Copy full SHA for b594f74
templates/common/$package.json
@@ -22,7 +22,7 @@
22
"prepare": "bob build",
23
"release": "release-it",
24
"example": "yarn --cwd example",
25
- "pods": "node -e \"process.exit(require('os').platform() !== 'darwin')\" && test -d example/ios && cd example/ios && pod install || printf ''",
+ "pods": "cd example && pod-install --quiet",
26
"bootstrap": "yarn example && yarn && yarn pods"
27
},
28
"keywords": [
@@ -51,6 +51,7 @@
51
"eslint-plugin-prettier": "^3.1.3",
52
"husky": "^4.2.5",
53
"jest": "^26.0.1",
54
+ "pod-install": "^0.1.0",
55
"prettier": "^2.0.5",
56
"react": "~16.9.0",
57
"react-native": "~0.61.5",
0 commit comments