Skip to content

Commit e65b72b

Browse files
authored
chore: upgrade example app to Expo SDK 55 (#112)
This pull request updates the Voltra example app to the latest Expo SDK 55.
1 parent bb504f6 commit e65b72b

4 files changed

Lines changed: 6726 additions & 3307 deletions

File tree

example/app.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"orientation": "portrait",
88
"icon": "./assets/voltra-icon.jpg",
99
"userInterfaceStyle": "automatic",
10-
"newArchEnabled": true,
11-
"androidNavigationBar": {
12-
"visible": "edgeToEdge",
13-
"barStyle": "light-content"
14-
},
1510
"splash": {
1611
"image": "./assets/voltra-splash.jpg",
1712
"resizeMode": "cover",

example/package.json

Lines changed: 39 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,57 @@
1919
"@expo-google-fonts/merriweather": "^0.4.2",
2020
"@expo-google-fonts/pacifico": "^0.4.1",
2121
"@expo-google-fonts/press-start-2p": "^0.4.1",
22-
"@expo/vector-icons": "^14.1.0",
22+
"@expo/vector-icons": "^15.0.2",
2323
"@react-native-harness/ui": "1.0.0-alpha.23",
2424
"@react-navigation/bottom-tabs": "^7.3.10",
2525
"@react-navigation/elements": "^2.3.8",
2626
"@react-navigation/native": "^7.1.6",
27-
"expo": "~53.0.27",
28-
"expo-blur": "~14.1.5",
29-
"expo-build-properties": "~0.14.8",
30-
"expo-constants": "~17.1.8",
31-
"expo-font": "~13.3.2",
32-
"expo-haptics": "~14.1.4",
33-
"expo-image": "~2.4.1",
34-
"expo-linking": "~7.1.7",
35-
"expo-notifications": "~0.31.5",
36-
"expo-router": "~5.1.11",
37-
"expo-sensors": "~14.1.4",
38-
"expo-splash-screen": "~0.30.10",
39-
"expo-status-bar": "~2.2.3",
40-
"expo-symbols": "~0.4.5",
41-
"expo-system-ui": "~5.0.11",
42-
"expo-web-browser": "~14.2.0",
43-
"react": "19.0.0",
44-
"react-dom": "19.0.0",
45-
"react-native": "0.79.6",
46-
"react-native-gesture-handler": "~2.24.0",
47-
"react-native-reanimated": "~3.17.4",
48-
"react-native-safe-area-context": "5.4.0",
49-
"react-native-screens": "~4.11.1",
50-
"react-native-web": "~0.20.0",
51-
"react-native-webview": "13.13.5",
27+
"expo": "^55.0.7",
28+
"expo-blur": "~55.0.10",
29+
"expo-build-properties": "~55.0.10",
30+
"expo-constants": "~55.0.8",
31+
"expo-font": "~55.0.4",
32+
"expo-haptics": "~55.0.9",
33+
"expo-image": "~55.0.6",
34+
"expo-linking": "~55.0.7",
35+
"expo-notifications": "~55.0.13",
36+
"expo-router": "~55.0.6",
37+
"expo-sensors": "~55.0.9",
38+
"expo-splash-screen": "~55.0.11",
39+
"expo-status-bar": "~55.0.4",
40+
"expo-symbols": "~55.0.5",
41+
"expo-system-ui": "~55.0.10",
42+
"expo-web-browser": "~55.0.10",
43+
"react": "19.2.4",
44+
"react-dom": "19.2.4",
45+
"react-native": "0.83.2",
46+
"react-native-gesture-handler": "~2.30.0",
47+
"react-native-reanimated": "4.2.1",
48+
"react-native-worklets": "~0.7.0",
49+
"react-native-safe-area-context": "~5.6.2",
50+
"react-native-screens": "~4.23.0",
51+
"react-native-web": "^0.21.0",
52+
"react-native-webview": "13.16.0",
5253
"voltra": "*"
5354
},
5455
"devDependencies": {
5556
"@babel/core": "^7.25.2",
5657
"@react-native-harness/platform-android": "1.0.0-alpha.23",
5758
"@react-native-harness/platform-apple": "1.0.0-alpha.23",
58-
"@types/react": "~19.0.10",
59+
"@types/react": "~19.2.10",
5960
"patch-package": "^8.0.1",
6061
"react-native-harness": "1.0.0-alpha.23",
6162
"tsx": "^4.19.0",
62-
"typescript": "~5.8.3"
63+
"typescript": "~5.9.2"
6364
},
64-
"private": true
65+
"private": true,
66+
"expo": {
67+
"install": {
68+
"exclude": [
69+
"react",
70+
"react-dom",
71+
"react-native-worklets"
72+
]
73+
}
74+
}
6575
}

0 commit comments

Comments
 (0)