Skip to content

Commit

Permalink
chore: fix react version to template versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Aug 30, 2019
1 parent 8542652 commit 70b0fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"flow": "flow"
},
"dependencies": {
"react": "16.9.0",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-share": "^2.0.0"
},
Expand All @@ -22,7 +22,7 @@
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-native-testing-library": "^1.11.1",
"react-test-renderer": "^16.9.0"
"react-test-renderer": "^16.8.6"
},
"jest": {
"preset": "react-native"
Expand Down

0 comments on commit 70b0fa3

Please sign in to comment.