feat: add calendar

This commit is contained in:
Diego Mireles
2026-05-23 06:53:28 -06:00
parent d280b3865e
commit 7de53482b1
4 changed files with 484 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ export default function ProfileScreen() {
try {
await apiFetch<{ message: string }>("/api/tracking/reset-demo", {
method: "POST",
body: JSON.stringify({}),
});
Alert.alert("Demo reiniciada", "Las notificaciones se borraron.");
} catch (err) {