Skip to content

Commit

Permalink
upgrade to sdk 52 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon authored Nov 13, 2024
1 parent 83af945 commit 361718e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
3 changes: 0 additions & 3 deletions with-router/app.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"expo": {
"scheme": "acme",
"web": {
"bundler": "metro"
},
"plugins": [
"expo-router"
]
Expand Down
7 changes: 0 additions & 7 deletions with-router/babel.config.js

This file was deleted.

24 changes: 12 additions & 12 deletions with-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"start": "expo start"
},
"dependencies": {
"expo": "^51.0.0",
"expo-constants": "~16.0.1",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.9",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"expo": "^52.0",
"expo-constants": "~17.0.2",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.2",
"expo-splash-screen": "~0.29.7",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
Expand Down

0 comments on commit 361718e

Please sign in to comment.