Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Upgrade to RN 0.47.2 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minishlink authored and marzolfb committed Sep 2, 2017
1 parent f4d4fc4 commit ebf3227
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/ios/example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,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 All @@ -892,7 +892,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";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
2 changes: 1 addition & 1 deletion example/ios/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,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";
showEnvVarsInLog = 1;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"moment": "^2.17.1",
"react": "16.0.0-alpha.12",
"react-native": "~0.46.1",
"react-native": "0.47.2",
"react-native-pathjs-charts": "file:../",
"react-native-side-menu": "^0.20.1",
"react-navigation": "^1.0.0-beta.9"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel-polyfill": "^6.23.0",
"lodash": "^4.12.0",
"paths-js": "^0.4.5",
"react-native-svg": "~5.3.0"
"react-native-svg": "~5.4.0"
},
"devDependencies": {
"babel-jest": "*",
Expand All @@ -50,7 +50,7 @@
"jest-react-native": "*",
"react": "16.0.0-alpha.12",
"react-dom": "16.0.0-alpha.12",
"react-native": "~0.46.1",
"react-native": "0.47.2",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
Expand Down

0 comments on commit ebf3227

Please sign in to comment.