Skip to content

Commit d7321b4

Browse files
committed
chore(with-router-uniwind): upgrade to Expo SDK 55
Update the template to the Expo SDK 55 dependency set. Add the required expo-router config plugin and peer dependencies, and validate the result with expo-doctor.
1 parent e809459 commit d7321b4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

with-router-uniwind/app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"scheme": "acme",
44
"userInterfaceStyle": "automatic",
55
"orientation": "default",
6+
"plugins": [
7+
"expo-router"
8+
],
69
"web": {
710
"output": "static"
811
}

with-router-uniwind/package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@
33
"version": "1.0.0",
44
"main": "expo-router/entry",
55
"dependencies": {
6-
"expo": "~54.0.22",
7-
"expo-router": "~6.0.14",
8-
"expo-status-bar": "~3.0.8",
9-
"react": "~19.1.0",
10-
"react-native": "0.81.5",
6+
"expo": "^55.0.8",
7+
"expo-constants": "~55.0.9",
8+
"expo-linking": "~55.0.8",
9+
"expo-router": "~55.0.7",
10+
"expo-status-bar": "~55.0.4",
11+
"react": "19.2.0",
12+
"react-native": "0.83.2",
13+
"react-native-safe-area-context": "~5.6.2",
14+
"react-native-screens": "~4.23.0",
1115
"tailwindcss": "~4.1.16",
1216
"uniwind": "~1.0.0"
1317
},
1418
"devDependencies": {
15-
"@types/react": "~19.1.0",
19+
"@types/react": "~19.2.10",
1620
"typescript": "~5.9.2"
1721
}
1822
}

0 commit comments

Comments
 (0)