Skip to content

Commit

Permalink
Updating react and react-native
Browse files Browse the repository at this point in the history
Build Failed
The following build commands failed: CompileC

fixed by upgrading to react 15.3.2 and react-native 0.34.0

Signed-off-by: Melissa McMurtrie <melissa@comradeagency.com>
  • Loading branch information
Melissa McMurtrie committed Oct 6, 2016
1 parent 38bba0d commit f945954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Counter/package.json
Expand Up @@ -9,8 +9,8 @@
"step2": "cd node_modules; find . -name .babelrc | grep -v packager | xargs rm"
},
"dependencies": {
"react": "15.3.1",
"react-native": "0.32.0",
"react": "15.3.2",
"react-native": "0.34.0",
"react-redux": "4.4.5",
"redux": "3.5.2",
"redux-actions": "0.11.0",
Expand Down
4 changes: 2 additions & 2 deletions Counters/package.json
Expand Up @@ -6,8 +6,8 @@
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.3.1",
"react-native": "0.32.0",
"react": "15.3.2",
"react-native": "0.34.0",
"react-redux": "4.4.5",
"redux": "3.5.2",
"redux-actions": "0.11.0",
Expand Down

0 comments on commit f945954

Please sign in to comment.