feat: introduced Authentification Context

This commit is contained in:
Jakob Stornig 2023-12-08 14:51:05 +01:00
parent 7c9fdad01f
commit 6592864bc4
9 changed files with 215 additions and 16 deletions

View file

@ -34,7 +34,8 @@
"react-native-gesture-handler": "~2.12.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6"
"react-native-web": "~0.19.6",
"expo-secure-store": "~12.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",