Skip to content

Commit e379fb2

Browse files
author
crow
committed
Try avoiding pod-install npm package
1 parent 3d46a5e commit e379fb2

File tree

4 files changed

+7354
-14850
lines changed

4 files changed

+7354
-14850
lines changed

example/package-lock.json

+92-92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"android": "react-native run-android",
77
"ios": "react-native run-ios",
88
"start": "react-native start",
9-
"pods": "pod-install --quiet"
9+
"pods": "cd ios && pod install && cd .."
1010
},
1111
"dependencies": {
1212
"babel-plugin-module-resolver": "^5.0.0",

0 commit comments

Comments
 (0)