mirror of
https://github.com/0xWheatyz/handler.git
synced 2026-08-30 03:31:36 +00:00
chore(app): upgrade Expo SDK 52->54, add AsyncStorage
Bumps expo ^54, react-native 0.81.5, react 19.1, @types/react 19.1, typescript 5.9, and adds babel-preset-expo (no longer transitive in SDK 54) plus @react-native-async-storage/async-storage for persisted server config. expo-doctor 18/18, tsc clean, Hermes bundle builds.
This commit is contained in:
Generated
+1423
-3990
File diff suppressed because it is too large
Load Diff
+12
-10
@@ -12,18 +12,20 @@
|
||||
"@expo-google-fonts/figtree": "^0.2.3",
|
||||
"@expo-google-fonts/outfit": "^0.2.3",
|
||||
"@expo-google-fonts/spline-sans-mono": "^0.2.3",
|
||||
"expo": "~52.0.0",
|
||||
"expo-asset": "~11.0.1",
|
||||
"expo-font": "~13.0.0",
|
||||
"expo-status-bar": "~2.0.0",
|
||||
"react": "18.3.1",
|
||||
"react-native": "0.76.9",
|
||||
"react-native-safe-area-context": "^4.12.0",
|
||||
"react-native-svg": "^15.8.0"
|
||||
"@react-native-async-storage/async-storage": "2.2.0",
|
||||
"babel-preset-expo": "~54.0.10",
|
||||
"expo": "^54.0.36",
|
||||
"expo-asset": "~12.0.13",
|
||||
"expo-font": "~14.0.12",
|
||||
"expo-status-bar": "~3.0.9",
|
||||
"react": "19.1.0",
|
||||
"react-native": "0.81.5",
|
||||
"react-native-safe-area-context": "~5.6.0",
|
||||
"react-native-svg": "15.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~18.3.12",
|
||||
"typescript": "~5.3.3"
|
||||
"@types/react": "~19.1.0",
|
||||
"typescript": "~5.9.2"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user