-
- Downloads
Two buttons have been added to the application. One to edit a task, and...
Two buttons have been added to the application. One to edit a task, and another to delete a task. No backend (firebase) yet.
This diff is collapsed.
... | ... | @@ -12,6 +12,7 @@ |
"dependencies": { | ||
"expo": "~53.0.8", | ||
"expo-status-bar": "~2.2.3", | ||
"firebase": "^11.7.1", | ||
"react": "19.0.0", | ||
"react-native": "0.79.2" | ||
}, | ||
... | ... |
Please register or sign in to comment