Skip to content

Commit

Permalink
upgrading expo
Browse files Browse the repository at this point in the history
  • Loading branch information
spencercarli committed Apr 1, 2020
1 parent 9442360 commit 6dfec0a
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 196 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "QUiz",
"slug": "Quiz",
"privacy": "public",
"sdkVersion": "36.0.0",
"sdkVersion": "37.0.0",
"platforms": [
"ios",
"android"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.5",
"expo": "^36.0.0",
"@react-native-community/masked-view": "0.1.6",
"expo": "^37.0.0",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-gesture-handler": "~1.5.0",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^2.0.12"
},
"devDependencies": {
"babel-preset-expo": "^8.0.0",
"babel-preset-expo": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-handlebarlabs": "^0.0.4",
"eslint-config-handlebarlabs": "^0.0.5",
"prettier": "^1.19.1"
},
"private": true
Expand Down
Loading

0 comments on commit 6dfec0a

Please sign in to comment.