Skip to content

Commit

Permalink
fix: mismatch of react, react-native, expo sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
lonyele committed Jul 9, 2019
1 parent bb8d3ab commit e880b3c
Show file tree
Hide file tree
Showing 4 changed files with 749 additions and 895 deletions.
4 changes: 2 additions & 2 deletions app/react-native/package.json
Expand Up @@ -33,8 +33,8 @@
"rn-host-detect": "^1.1.5"
},
"devDependencies": {
"@types/react-native": "^0.57.57",
"react-native": "^0.57.8"
"@types/react-native": "^0.57.64",
"react-native": "^0.59.9"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion examples-native/crna-kitchen-sink/app.json
@@ -1,6 +1,6 @@
{
"expo": {
"sdkVersion": "32.0.0",
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android"
Expand Down
4 changes: 2 additions & 2 deletions examples-native/crna-kitchen-sink/package.json
Expand Up @@ -15,10 +15,10 @@
"preset": "jest-expo"
},
"dependencies": {
"expo": "^32.0.6",
"expo": "^33.0.7",
"prop-types": "^15.6.2",
"react": "16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e880b3c

Please sign in to comment.