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

Commit ebf3227

Browse files
Minishlinkmarzolfb
authored andcommitted
Upgrade to RN 0.47.2 (#184)
1 parent f4d4fc4 commit ebf3227

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/ios/example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@
878878
);
879879
runOnlyForDeploymentPostprocessing = 0;
880880
shellPath = /bin/sh;
881-
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
881+
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
882882
};
883883
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
884884
isa = PBXShellScriptBuildPhase;
@@ -892,7 +892,7 @@
892892
);
893893
runOnlyForDeploymentPostprocessing = 0;
894894
shellPath = /bin/sh;
895-
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
895+
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
896896
};
897897
/* End PBXShellScriptBuildPhase section */
898898

example/ios/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
);
532532
runOnlyForDeploymentPostprocessing = 0;
533533
shellPath = /bin/sh;
534-
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
534+
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
535535
showEnvVarsInLog = 1;
536536
};
537537
/* End PBXShellScriptBuildPhase section */

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"moment": "^2.17.1",
1111
"react": "16.0.0-alpha.12",
12-
"react-native": "~0.46.1",
12+
"react-native": "0.47.2",
1313
"react-native-pathjs-charts": "file:../",
1414
"react-native-side-menu": "^0.20.1",
1515
"react-navigation": "^1.0.0-beta.9"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel-polyfill": "^6.23.0",
4141
"lodash": "^4.12.0",
4242
"paths-js": "^0.4.5",
43-
"react-native-svg": "~5.3.0"
43+
"react-native-svg": "~5.4.0"
4444
},
4545
"devDependencies": {
4646
"babel-jest": "*",
@@ -50,7 +50,7 @@
5050
"jest-react-native": "*",
5151
"react": "16.0.0-alpha.12",
5252
"react-dom": "16.0.0-alpha.12",
53-
"react-native": "~0.46.1",
53+
"react-native": "0.47.2",
5454
"react-test-renderer": "16.0.0-alpha.12"
5555
},
5656
"jest": {

0 commit comments

Comments
 (0)