Skip to content

Commit

Permalink
feat: upgrade to expo 46
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Jul 23, 2022
1 parent fb76542 commit 83cc6f7
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 493 deletions.
28 changes: 14 additions & 14 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"expo": "~45.0.0",
"expo-blur": "~11.1.0",
"expo-haptics": "~11.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo": "^46.0.0-beta.6",
"expo-blur": "~11.2.0",
"expo-haptics": "~11.3.0",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"lodash.isequal": "^4.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0",
"react-native-web": "0.17.7"
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.1",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/core": "^7.18.6",
"babel-plugin-module-resolver": "^4.1.0"
},
"private": true
Expand Down
Loading

0 comments on commit 83cc6f7

Please sign in to comment.