Skip to content

Commit a108a8d

Browse files
author
Krystof Woldrich
committed
chore(expo-sample): Upgrade to Expo SDK 53
1 parent 366c2d0 commit a108a8d

4 files changed

Lines changed: 1056 additions & 740 deletions

File tree

dev-packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"license": "MIT",
77
"private": true,
88
"dependencies": {
9-
"metro-config": "^0.81.0"
9+
"metro-config": "^0.82.2"
1010
}
1111
}

samples/expo/app.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"default": "development"
7171
}
7272
}
73-
]
73+
],
74+
"expo-web-browser"
7475
],
7576
"extra": {
7677
"router": {
@@ -92,4 +93,4 @@
9293
"url": "https://u.expo.dev/00000000-0000-0000-0000-000000000000"
9394
}
9495
}
95-
}
96+
}

samples/expo/package.json

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
},
1919
"dependencies": {
2020
"@sentry/react-native": "6.13.0",
21-
"@types/react": "~18.3.12",
22-
"expo": "~52.0.42",
23-
"expo-constants": "~17.0.8",
24-
"expo-image-picker": "~16.0.5",
25-
"expo-linking": "~7.0.5",
26-
"expo-router": "~4.0.19",
27-
"expo-status-bar": "~2.0.1",
28-
"expo-updates": "~0.27.4",
29-
"expo-web-browser": "^14.0.2",
30-
"react": "18.3.1",
31-
"react-dom": "18.3.1",
32-
"react-native": "0.76.9",
33-
"react-native-gesture-handler": "~2.20.2",
34-
"react-native-safe-area-context": "4.12.0",
35-
"react-native-screens": "~4.4.0",
36-
"react-native-web": "~0.19.13",
37-
"typescript": "^5.3.2"
21+
"@types/react": "~19.0.10",
22+
"expo": "^53.0.0",
23+
"expo-constants": "~17.1.5",
24+
"expo-image-picker": "~16.1.4",
25+
"expo-linking": "~7.1.4",
26+
"expo-router": "~5.0.5",
27+
"expo-status-bar": "~2.2.3",
28+
"expo-updates": "~0.28.12",
29+
"expo-web-browser": "~14.1.6",
30+
"react": "19.0.0",
31+
"react-dom": "19.0.0",
32+
"react-native": "0.79.2",
33+
"react-native-gesture-handler": "~2.24.0",
34+
"react-native-safe-area-context": "5.4.0",
35+
"react-native-screens": "~4.10.0",
36+
"react-native-web": "^0.20.0",
37+
"typescript": "~5.8.3"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.26.0",
@@ -49,5 +49,17 @@
4949
"resolutions": {
5050
"react-refresh": "~0.14.0"
5151
},
52+
"expo": {
53+
"install": {
54+
"exclude": [
55+
"@sentry/react-native"
56+
]
57+
},
58+
"doctor": {
59+
"reactNativeDirectoryCheck": {
60+
"listUnknownPackages": false
61+
}
62+
}
63+
},
5264
"private": true
5365
}

0 commit comments

Comments
 (0)