Skip to content

Commit

Permalink
Fixed react-native-xcode error
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Dec 30, 2017
1 parent 97030bd commit 5931528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ParallaxScroll.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
shellScript = "export NODE_BINARY=node\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 5931528

Please sign in to comment.