Skip to content

Commit c04fa6c

Browse files
committed
chore: update expo dependencies + add explicit new arch enabled
1 parent d9b64aa commit c04fa6c

File tree

6 files changed

+2209
-2169
lines changed

6 files changed

+2209
-2169
lines changed

apps/showcase/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"icon": "./assets/images/icon.png",
88
"scheme": "example",
99
"userInterfaceStyle": "automatic",
10+
"newArchEnabled": true,
1011
"runtimeVersion": {
1112
"policy": "appVersion"
1213
},

apps/showcase/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@
3232
"@tanstack/react-table": "^8.11.7",
3333
"class-variance-authority": "^0.7.0",
3434
"clsx": "^2.1.0",
35-
"expo": "^52.0.7",
35+
"expo": "^52.0.23",
3636
"expo-blur": "~14.0.1",
3737
"expo-clipboard": "~7.0.0",
38-
"expo-font": "~13.0.1",
38+
"expo-font": "~13.0.2",
3939
"expo-haptics": "~14.0.0",
40-
"expo-image": "~2.0.0",
40+
"expo-image": "~2.0.3",
4141
"expo-linear-gradient": "~14.0.1",
42-
"expo-linking": "~7.0.2",
43-
"expo-navigation-bar": "~4.0.3",
44-
"expo-router": "~4.0.5",
45-
"expo-splash-screen": "~0.29.10",
42+
"expo-linking": "~7.0.3",
43+
"expo-navigation-bar": "~4.0.6",
44+
"expo-router": "~4.0.15",
45+
"expo-splash-screen": "~0.29.18",
4646
"expo-status-bar": "~2.0.0",
47-
"expo-system-ui": "~4.0.3",
47+
"expo-system-ui": "~4.0.6",
4848
"lucide-react-native": "^0.378.0",
4949
"nativewind": "^4.1.23",
5050
"react": "18.3.1",
5151
"react-dom": "18.3.1",
5252
"react-hook-form": "^7.49.2",
53-
"react-native": "0.76.2",
53+
"react-native": "0.76.5",
5454
"react-native-calendars": "^1.1302.0",
5555
"react-native-gesture-handler": "~2.20.2",
56-
"react-native-pager-view": "6.4.1",
56+
"react-native-pager-view": "6.5.1",
5757
"react-native-reanimated": "~3.16.1",
5858
"react-native-safe-area-context": "4.12.0",
59-
"react-native-screens": "^4.0.0",
59+
"react-native-screens": "^4.4.0",
6060
"react-native-svg": "15.8.0",
6161
"react-native-tab-view": "^3.5.2",
6262
"react-native-toast-message": "^2.2.0",

packages/reusables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"@tsconfig/recommended": "^1.0.1",
191191
"@types/react": "~18.3.12",
192192
"react": "18.3.1",
193-
"react-native": "0.76.2"
193+
"react-native": "0.76.5"
194194
},
195195
"peerDependencies": {
196196
"react": "*",

packages/templates/starter-base/app.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
"icon": "./assets/images/icon.png",
88
"scheme": "myapp",
99
"userInterfaceStyle": "automatic",
10+
"newArchEnabled": true,
1011
"splash": {
1112
"image": "./assets/images/splash.png",
1213
"resizeMode": "contain",
1314
"backgroundColor": "#ffffff"
1415
},
15-
"assetBundlePatterns": ["**/*"],
16+
"assetBundlePatterns": [
17+
"**/*"
18+
],
1619
"ios": {
1720
"supportsTablet": true
1821
},
@@ -27,9 +30,11 @@
2730
"output": "static",
2831
"favicon": "./assets/images/favicon.png"
2932
},
30-
"plugins": ["expo-router"],
33+
"plugins": [
34+
"expo-router"
35+
],
3136
"experiments": {
3237
"typedRoutes": true
3338
}
3439
}
35-
}
40+
}

packages/templates/starter-base/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"@rn-primitives/types": "~1.1.0",
2323
"class-variance-authority": "^0.7.0",
2424
"clsx": "^2.1.0",
25-
"expo": "^52.0.7",
26-
"expo-linking": "~7.0.2",
27-
"expo-navigation-bar": "~4.0.3",
28-
"expo-router": "~4.0.5",
29-
"expo-splash-screen": "~0.29.10",
25+
"expo": "^52.0.23",
26+
"expo-linking": "~7.0.3",
27+
"expo-navigation-bar": "~4.0.6",
28+
"expo-router": "~4.0.15",
29+
"expo-splash-screen": "~0.29.18",
3030
"expo-status-bar": "~2.0.0",
31-
"expo-system-ui": "~4.0.3",
31+
"expo-system-ui": "~4.0.6",
3232
"lucide-react-native": "^0.378.0",
3333
"nativewind": "^4.1.23",
3434
"react": "18.3.1",
3535
"react-dom": "18.3.1",
36-
"react-native": "0.76.2",
36+
"react-native": "0.76.5",
3737
"react-native-reanimated": "~3.16.1",
3838
"react-native-safe-area-context": "4.12.0",
39-
"react-native-screens": "^4.0.0",
39+
"react-native-screens": "^4.4.0",
4040
"react-native-svg": "15.8.0",
4141
"react-native-web": "~0.19.13",
4242
"tailwind-merge": "^2.2.1",

0 commit comments

Comments
 (0)