Skip to content

Commit

Permalink
Merge pull request #172 from ghorbani-m/main
Browse files Browse the repository at this point in the history
disable pod install in postinstall
  • Loading branch information
ghorbani-m authored May 11, 2022
2 parents 9523609 + e6a982b commit 2f523b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/postInstall
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const os = require("os")
{ command: "jetify" },

// on iOS, make sure our native modules are installed
{ command: "pod install", cwd: "ios", onlyPlatforms: ["darwin"] },
//{ command: "pod install", cwd: "ios", onlyPlatforms: ["darwin"] },
]
.filter(({ onlyPlatforms }) => !onlyPlatforms || onlyPlatforms.includes(os.platform()))
.forEach((commandAndOptions) => {
Expand Down

0 comments on commit 2f523b5

Please sign in to comment.