Skip to content

Commit 67125c0

Browse files
authored
fix(expo): support Expo SDK 55 new versioning scheme (#8212)
1 parent 2c1620d commit 67125c0

File tree

2 files changed

+429
-721
lines changed

2 files changed

+429
-721
lines changed

packages/expo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@
6666
"@better-auth/core": "workspace:*",
6767
"@better-fetch/fetch": "catalog:",
6868
"better-auth": "workspace:*",
69-
"expo-constants": "~17.1.7",
70-
"expo-linking": "~7.1.7",
71-
"expo-network": "^8.0.7",
72-
"expo-web-browser": "~14.2.0",
73-
"react-native": "~0.80.2",
69+
"expo-constants": "~55.0.7",
70+
"expo-linking": "~55.0.7",
71+
"expo-network": "~55.0.8",
72+
"expo-web-browser": "~55.0.9",
73+
"react-native": "~0.84.1",
7474
"tsdown": "catalog:"
7575
},
7676
"peerDependencies": {
7777
"@better-auth/core": "workspace:*",
7878
"better-auth": "workspace:*",
7979
"expo-constants": ">=17.0.0",
8080
"expo-linking": ">=7.0.0",
81-
"expo-network": "^8.0.7",
81+
"expo-network": ">=8.0.7",
8282
"expo-web-browser": ">=14.0.0"
8383
},
8484
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)