Skip to content

Commit 49cd204

Browse files
committed
chore: upgrade dependencies and update routing configuration
1 parent 88b041a commit 49cd204

File tree

3 files changed

+2004
-2546
lines changed

3 files changed

+2004
-2546
lines changed

example/app/app/_layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function RootLayoutNav() {
112112
</XStack>
113113
)}
114114
<Stack
115-
initialRouteName="/"
115+
initialRouteName="index"
116116
screenOptions={{
117117
headerShown: !inDoc && webHeaderShown,
118118
contentStyle: {

example/app/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -18,43 +18,43 @@
1818
"dependencies": {
1919
"@expo/vector-icons": "^14.0.2",
2020
"@faker-js/faker": "^9.0.1",
21-
"@react-navigation/native": "^6.0.2",
21+
"@react-navigation/native": "^7.0.14",
2222
"@tamagui/config": "^1.111.13",
2323
"@tamagui/lucide-icons": "^1.111.13",
24-
"expo": "~51.0.28",
25-
"expo-blur": "~13.0.2",
26-
"expo-dev-client": "~4.0.29",
27-
"expo-font": "~12.0.10",
28-
"expo-haptics": "~13.0.1",
29-
"expo-image": "~1.12.15",
30-
"expo-linear-gradient": "~13.0.2",
31-
"expo-linking": "~6.3.1",
32-
"expo-media-library": "~16.0.5",
33-
"expo-router": "~3.5.23",
34-
"expo-splash-screen": "~0.27.5",
35-
"expo-status-bar": "~1.12.1",
36-
"expo-system-ui": "~3.0.7",
37-
"expo-updates": "~0.25.25",
38-
"expo-web-browser": "~13.0.3",
39-
"react": "18.2.0",
40-
"react-dom": "18.2.0",
41-
"react-native": "0.74.5",
42-
"react-native-gesture-handler": "~2.16.1",
43-
"react-native-reanimated": "~3.10.1",
24+
"expo": "52.0.32",
25+
"expo-blur": "~14.0.3",
26+
"expo-dev-client": "~5.0.12",
27+
"expo-font": "~13.0.3",
28+
"expo-haptics": "~14.0.1",
29+
"expo-image": "~2.0.5",
30+
"expo-linear-gradient": "~14.0.2",
31+
"expo-linking": "~7.0.5",
32+
"expo-media-library": "~17.0.5",
33+
"expo-router": "~4.0.17",
34+
"expo-splash-screen": "~0.29.21",
35+
"expo-status-bar": "~2.0.1",
36+
"expo-system-ui": "~4.0.8",
37+
"expo-updates": "~0.26.17",
38+
"expo-web-browser": "~14.0.2",
39+
"react": "18.3.1",
40+
"react-dom": "18.3.1",
41+
"react-native": "0.76.7",
42+
"react-native-gesture-handler": "~2.20.2",
43+
"react-native-reanimated": "~3.16.1",
4444
"react-native-reanimated-carousel": "link:../..",
45-
"react-native-safe-area-context": "4.10.5",
46-
"react-native-screens": "3.31.1",
47-
"react-native-svg": "15.2.0",
48-
"react-native-view-shot": "3.8.0",
49-
"react-native-web": "~0.19.10",
45+
"react-native-safe-area-context": "4.12.0",
46+
"react-native-screens": "~4.4.0",
47+
"react-native-svg": "15.8.0",
48+
"react-native-view-shot": "~4.0.3",
49+
"react-native-web": "~0.19.13",
5050
"tamagui": "^1.111.13"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "^7.20.0",
54-
"@types/react": "18.2.0",
54+
"@types/react": "~18.3.12",
5555
"babel-plugin-module-resolver": "^5.0.2",
5656
"jest": "^29.2.1",
57-
"jest-expo": "~51.0.3",
57+
"jest-expo": "~52.0.3",
5858
"metro-react-native-babel-transformer": "^0.77.0",
5959
"react-native-svg-transformer": "^1.5.0",
6060
"react-test-renderer": "18.2.0",

0 commit comments

Comments
 (0)