Skip to content

Commit

Permalink
Try avoiding pod-install npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Feb 16, 2024
1 parent 3d46a5e commit e379fb2
Show file tree
Hide file tree
Showing 4 changed files with 7,354 additions and 14,850 deletions.
184 changes: 92 additions & 92 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet"
"pods": "cd ios && pod install && cd .."
},
"dependencies": {
"babel-plugin-module-resolver": "^5.0.0",
Expand Down
Loading

0 comments on commit e379fb2

Please sign in to comment.