Fix: changed dropdown menu to another package

This commit is contained in:
2024-05-12 19:43:29 +02:00
parent f382150da3
commit 114ab257b2
3 changed files with 32 additions and 25 deletions

View File

@@ -11,7 +11,6 @@
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-picker/picker": "2.7.5",
"@types/react": "~18.2.45",
"axios": "^1.6.8",
"expo": "^51.0.2",
@@ -26,6 +25,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6"