Skip to content

Commit

Permalink
Add entry-file to the react-native-xcode shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 13, 2017
1 parent a981bd5 commit a79d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNShowcase.xcodeproj/project.pbxproj
Expand Up @@ -1092,7 +1092,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\n../node_modules/react-native/scripts/react-native-xcode.sh index.js";
};
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit a79d715

Please sign in to comment.