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 9bee622 commit 0c49b69Copy full SHA for 0c49b69
package.json
@@ -24,8 +24,7 @@
24
"example": "yarn --cwd example",
25
"web": "yarn --cwd example-web",
26
"docs": "yarn --cwd docs",
27
- "pods": "node -e \"process.exit(require('os').platform() !== 'darwin')\" && test -d example/ios && cd example/ios && pod install || printf ''",
28
- "bootstrap": "yarn example && yarn docs && yarn && yarn pods"
+ "bootstrap": "yarn example && yarn docs && yarn"
29
},
30
"keywords": [
31
"react-native",
0 commit comments