Skip to content

Commit

Permalink
test w/o pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Jun 18, 2024
1 parent c2a0247 commit 725ea54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Apps/BRNPlayground/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ function postInstall() {
exec("npm install --legacy-peer-deps", {
cwd: "../../Modules/@babylonjs/react-native",
});

/*
if (os.platform() === "darwin") {
iosCMake();
console.log(chalk.black.bgCyan("Installing iOS pods..."));
exec("pod install", { cwd: "ios" });
}
}*/
}

postInstall();

0 comments on commit 725ea54

Please sign in to comment.