Skip to content

Commit

Permalink
fix(xcode): archive
Browse files Browse the repository at this point in the history
  • Loading branch information
90dy committed Jul 27, 2018
1 parent 304e30d commit 04bf758
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1087,7 +1087,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
shellScript = "export NODE_BINARY=node\nexport EXTRA_PACKAGER_ARGS=\"--entry-file $PWD/../index.js\"\n../node_modules/react-native/scripts/react-native-xcode.sh";
};
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 04bf758

Please sign in to comment.