upgrade expo SDK to 54, upgrade react native and dependent libraries to compatible version

This commit is contained in:
Joseph D'Souza 2026-02-06 14:02:50 +01:00
parent 23c2e00792
commit bd7618d2e5
3 changed files with 800 additions and 2016 deletions

View File

@ -44,6 +44,9 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": [
"expo-web-browser"
]
}
}

View File

@ -10,26 +10,26 @@
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.12.0",
"expo": "~52.0.0",
"expo-apple-authentication": "~7.1.3",
"expo-auth-session": "~6.0.3",
"expo-crypto": "~14.0.2",
"expo-splash-screen": "~0.29.24",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.9",
"expo-web-browser": "~14.0.2",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"expo": "^54.0.0",
"expo-apple-authentication": "~8.0.8",
"expo-auth-session": "~7.0.10",
"expo-crypto": "~15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.10",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"@types/react": "~19.1.10",
"typescript": "^5.3.3"
},
"private": true

File diff suppressed because it is too large Load Diff