Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Mar 15, 2019
1 parent 9ee523d commit 698153e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1,518 deletions.
2 changes: 1 addition & 1 deletion ios/StatusIm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "set -o errexit\nexport NODE_BINARY=\"node\"\nexport NODE_ARGS=\"--max-old-space-size=8192\"\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
shellScript = "set -o errexit\nexport NODE_BINARY=\"node\"\nexport NODE_ARGS=\" --max-old-space-size=16384 \"\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
2EAC54E16AB243C3EBBFE1BA /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
8 changes: 1 addition & 7 deletions mobile_files/package.json.orig
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@
"web3-utils": "1.0.0-beta.36"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-flow": "^7.0.0",
"@babel/runtime": "^7.3.4",
"babel-jest": "^24.5.0",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
"@babel/core": "^7.3.4"
}
}
Loading

0 comments on commit 698153e

Please sign in to comment.