Skip to content

Commit f794bbe

Browse files
authored
chore: Bump expo go example app to next expo version (#353)
## Description This PR bumps expo go example app to SDK 53 (preview, because stable hasn't been released yet). I decided to bump this example app as `react-native-reanimated` in version `3.16` had multiple issues and bumping it to `3.17` fixes them.
1 parent bc45f3f commit f794bbe

3 files changed

Lines changed: 316 additions & 1193 deletions

File tree

example/expo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "example-expo",
33
"version": "1.0.0",
44
"dependencies": {
5-
"expo": "~52.0.42",
6-
"expo-status-bar": "~2.0.1",
7-
"react": "18.3.1",
8-
"react-native": "0.76.9",
9-
"react-native-gesture-handler": "~2.20.2",
10-
"react-native-reanimated": "patch:react-native-reanimated@npm%3A3.17.4#~/.yarn/patches/react-native-reanimated-npm-3.17.4-d7caed9b50.patch"
5+
"expo": "^53.0.0-preview.7",
6+
"expo-status-bar": "~2.2.0",
7+
"react": "19.0.0",
8+
"react-native": "0.79.0",
9+
"react-native-gesture-handler": "~2.24.0",
10+
"react-native-reanimated": "~3.17.3"
1111
},
1212
"devDependencies": {
1313
"@babel/core": "^7.25.2",
14-
"@types/react": "~18.3.12",
15-
"typescript": "^5.8.2"
14+
"@types/react": "~19.0.10",
15+
"typescript": "~5.8.3"
1616
},
1717
"installConfig": {
1818
"hoistingLimits": "workspaces",

example/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-web",
33
"version": "0.0.1",
44
"dependencies": {
5-
"expo": "~52.0.42",
5+
"expo": "^53.0.0-preview.7",
66
"react-dom": "19.0.0",
77
"react-native": "0.79.0",
88
"react-native-sortables": "workspace:*",

0 commit comments

Comments
 (0)