Merge remote-tracking branch 'origin/authentication' into integrateWithAuth

This commit is contained in:
Patryk
2025-06-08 09:20:08 +02:00
6 changed files with 236 additions and 150 deletions

View File

@@ -39,7 +39,7 @@
"expo": "^53.0.0",
"expo-auth-session": "~6.1.5",
"expo-camera": "~16.1.6",
"expo-constants": "~17.1.5",
"expo-constants": "~17.1.6",
"expo-image-picker": "~16.1.4",
"expo-linking": "~7.1.4",
"expo-router": "~5.0.5",
@@ -57,11 +57,12 @@
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-web": "~0.20.0",
"tailwindcss": "^3.4.17",
"zustand": "^5.0.3"
"zustand": "^5.0.3",
"expo-crypto": "~14.1.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",