Skip to content

Commit efe63ab

Browse files
committed
chore: update more deps for expo sdk 52 + nativewind + fix theme switcher
1 parent 1aa0996 commit efe63ab

File tree

5 files changed

+521
-501
lines changed

5 files changed

+521
-501
lines changed

apps/showcase/app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"orientation": "portrait",
77
"icon": "./assets/images/icon.png",
88
"scheme": "example",
9-
"userInterfaceStyle": "dark",
9+
"userInterfaceStyle": "automatic",
1010
"runtimeVersion": {
1111
"policy": "appVersion"
1212
},
@@ -24,7 +24,7 @@
2424
],
2525
"ios": {
2626
"supportsTablet": true,
27-
"bundleIdentifier": "com.mtlapps.treed"
27+
"bundleIdentifier": "com.reactnativereusables.showcase"
2828
},
2929
"android": {
3030
"adaptiveIcon": {
@@ -54,4 +54,4 @@
5454
},
5555
"owner": "*"
5656
}
57-
}
57+
}

apps/showcase/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@
3333
"@tanstack/react-table": "^8.11.7",
3434
"class-variance-authority": "^0.7.0",
3535
"clsx": "^2.1.0",
36-
"expo": "^52.0.6",
36+
"expo": "^52.0.7",
3737
"expo-blur": "~14.0.1",
3838
"expo-clipboard": "~7.0.0",
3939
"expo-font": "~13.0.1",
4040
"expo-haptics": "~14.0.0",
4141
"expo-image": "~2.0.0",
4242
"expo-linear-gradient": "~14.0.1",
4343
"expo-linking": "~7.0.2",
44-
"expo-navigation-bar": "~4.0.2",
44+
"expo-navigation-bar": "~4.0.3",
4545
"expo-router": "~4.0.5",
46-
"expo-splash-screen": "~0.29.9",
46+
"expo-splash-screen": "~0.29.10",
4747
"expo-status-bar": "~2.0.0",
48-
"expo-system-ui": "~4.0.2",
48+
"expo-system-ui": "~4.0.3",
4949
"lucide-react-native": "^0.378.0",
50-
"nativewind": "^4.0.33",
50+
"nativewind": "^4.1.23",
5151
"react": "18.3.1",
5252
"react-dom": "18.3.1",
5353
"react-hook-form": "^7.49.2",
54-
"react-native": "0.76.1",
54+
"react-native": "0.76.2",
5555
"react-native-calendars": "^1.1302.0",
5656
"react-native-gesture-handler": "~2.20.2",
5757
"react-native-pager-view": "6.4.1",

packages/reusables/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"class-variance-authority": "^0.7.0",
178178
"clsx": "^2.1.0",
179179
"lucide-react-native": "^0.378.0",
180-
"nativewind": "^4.0.33",
180+
"nativewind": "^4.1.23",
181181
"react-hook-form": "^7.49.2",
182182
"react-native-calendars": "^1.1302.0",
183183
"react-native-reanimated": "~3.16.1",
@@ -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.1"
193+
"react-native": "0.76.2"
194194
},
195195
"peerDependencies": {
196196
"react": "*",

packages/templates/starter-base/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
"@rn-primitives/types": "~1.1.0",
2424
"class-variance-authority": "^0.7.0",
2525
"clsx": "^2.1.0",
26-
"expo": "^52.0.6",
26+
"expo": "^52.0.7",
2727
"expo-linking": "~7.0.2",
28-
"expo-navigation-bar": "~4.0.2",
28+
"expo-navigation-bar": "~4.0.3",
2929
"expo-router": "~4.0.5",
30-
"expo-splash-screen": "~0.29.9",
30+
"expo-splash-screen": "~0.29.10",
3131
"expo-status-bar": "~2.0.0",
32-
"expo-system-ui": "~4.0.2",
32+
"expo-system-ui": "~4.0.3",
3333
"lucide-react-native": "^0.378.0",
34-
"nativewind": "^4.0.33",
34+
"nativewind": "^4.1.23",
3535
"react": "18.3.1",
3636
"react-dom": "18.3.1",
37-
"react-native": "0.76.1",
37+
"react-native": "0.76.2",
3838
"react-native-reanimated": "~3.16.1",
3939
"react-native-safe-area-context": "4.12.0",
4040
"react-native-screens": "^4.0.0",

0 commit comments

Comments
 (0)