Replace KeyboardAvoidingView with KeyboardAwareScrollView, update dependencies, and handle login 401 error logging

This commit is contained in:
2026-05-13 09:44:58 +02:00
parent e8e76cdf8b
commit 26a4d0144c
4 changed files with 1356 additions and 1278 deletions

View File

@@ -48,6 +48,7 @@
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-ui-datepicker": "^3.1.2",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.5.1",
@@ -59,5 +60,12 @@
"eslint-config-expo": "~10.0.0",
"typescript": "~5.9.2"
},
"private": true
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": ["react-native-nfc-manager"]
}
}
}
}