Skip to content

Commit 62486a2

Browse files
imSzukalaclaude
andcommitted
build(expo-example): upgrade Expo example app from SDK 53 to SDK 54
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3652aa4 commit 62486a2

File tree

2 files changed

+1887
-871
lines changed

2 files changed

+1887
-871
lines changed

examples/expo-example/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,44 +12,44 @@
1212
"lint": "expo lint"
1313
},
1414
"dependencies": {
15-
"@expo/vector-icons": "^14.1.0",
15+
"@expo/vector-icons": "^15.0.3",
1616
"@intercom/intercom-react-native": "file:../../",
17-
"expo": "~53.0.22",
18-
"expo-blur": "~14.1.5",
19-
"expo-constants": "~17.1.7",
20-
"expo-device": "~7.1.4",
21-
"expo-font": "~13.3.2",
22-
"expo-haptics": "~14.1.4",
23-
"expo-image": "~2.4.0",
24-
"expo-linking": "~7.1.7",
25-
"expo-notifications": "~0.31.4",
26-
"expo-router": "~5.1.5",
27-
"expo-splash-screen": "~0.30.10",
28-
"expo-status-bar": "~2.2.3",
29-
"expo-symbols": "~0.4.5",
30-
"expo-system-ui": "~5.0.11",
31-
"expo-web-browser": "~14.2.0",
17+
"expo": "~54.0.33",
18+
"expo-blur": "~15.0.8",
19+
"expo-constants": "~18.0.13",
20+
"expo-device": "~8.0.10",
21+
"expo-font": "~14.0.11",
22+
"expo-haptics": "~15.0.8",
23+
"expo-image": "~3.0.11",
24+
"expo-linking": "~8.0.11",
25+
"expo-notifications": "~0.32.16",
26+
"expo-router": "~6.0.23",
27+
"expo-splash-screen": "~31.0.13",
28+
"expo-status-bar": "~3.0.9",
29+
"expo-symbols": "~1.0.8",
30+
"expo-system-ui": "~6.0.9",
31+
"expo-web-browser": "~15.0.10",
3232
"nativewind": "^4.0.1",
33-
"react": "19.0.0",
34-
"react-dom": "19.0.0",
35-
"react-native": "0.79.6",
33+
"react": "19.1.0",
34+
"react-dom": "19.1.0",
35+
"react-native": "0.81.5",
3636
"react-native-gesture-handler": "~2.28.0",
3737
"react-native-mmkv-storage": "^12.0.0",
38-
"react-native-reanimated": "~4.1.0",
39-
"react-native-safe-area-context": "5.4.0",
40-
"react-native-screens": "~4.11.1",
41-
"react-native-web": "~0.20.0",
42-
"react-native-webview": "13.13.5",
43-
"react-native-worklets": "^0.5.1"
38+
"react-native-reanimated": "~4.1.1",
39+
"react-native-safe-area-context": "~5.6.0",
40+
"react-native-screens": "~4.16.0",
41+
"react-native-web": "~0.21.0",
42+
"react-native-webview": "13.15.0",
43+
"react-native-worklets": "0.5.1"
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.25.2",
47-
"@types/react": "~19.0.10",
47+
"@types/react": "~19.1.17",
4848
"eslint": "^9.25.0",
49-
"eslint-config-expo": "~9.2.0",
49+
"eslint-config-expo": "~10.0.0",
5050
"prettier-plugin-tailwindcss": "^0.5.14",
5151
"tailwindcss": "^3.4.17",
52-
"typescript": "~5.8.3"
52+
"typescript": "~5.9.3"
5353
},
5454
"engines": {
5555
"node": ">=18",

0 commit comments

Comments
 (0)