Skip to content

Commit

Permalink
(fail to) upgrade to RN 0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 28, 2020
1 parent a21c6ad commit ae21eba
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 539 deletions.
6 changes: 3 additions & 3 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"test": "jest"
},
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.10"
"react": "16.8.6",
"react-native": "0.60.5"
},
"devDependencies": {
"@babel/core": "*",
"@babel/preset-env": "*",
"babel-jest": "*",
"jest": "*",
"metro-react-native-babel-preset": "*",
"react-test-renderer": "16.8.3"
"react-test-renderer": "16.8.6"
}
}
Loading

0 comments on commit ae21eba

Please sign in to comment.