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 a26fe4d commit 4e36662Copy full SHA for 4e36662
Apps/BRNPlayground/postinstall.js
@@ -32,7 +32,7 @@ function postInstall() {
32
if (os.platform() === "darwin") {
33
iosCMake();
34
35
- exec("npm install && npx gulp buildIOSRNTA", {
+ exec("npm install && npx gulp buildRNTAios", {
36
cwd: "../../Package",
37
});
38
0 commit comments