Updated calendar to have CRUD functionality (mostly).

This commit is contained in:
c-d-p
2025-04-18 19:30:02 +02:00
parent 8d884111fd
commit ee86374da6
15 changed files with 700 additions and 21 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.3.10",
@@ -24,12 +25,12 @@
"react-native": "0.76.9",
"react-native-async-storage": "^0.0.1",
"react-native-calendars": "^1.1311.0",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-paper": "^5.13.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"@react-native-async-storage/async-storage": "1.23.1"
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",