Update expo-dev-client version in package.json to use a tilde for more flexible versioning

This commit is contained in:
xianyi
2026-01-12 16:15:59 +08:00
parent 278ddf031a
commit 8c4abf1eb5
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,8 @@
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.physical"
},
"android": {
"adaptiveIcon": {

View File

@@ -20,7 +20,7 @@
"expo": "~54.0.31",
"expo-blur": "^15.0.8",
"expo-constants": "~18.0.13",
"expo-dev-client": "^6.0.20",
"expo-dev-client": "~6.0.20",
"expo-file-system": "^19.0.21",
"expo-font": "~14.0.10",
"expo-haptics": "~15.0.8",
@@ -58,4 +58,4 @@
"typescript": "~5.9.2"
},
"private": true
}
}