Notifications
In-app notifications list and push notifications.
Location
src/features/notifications/api/—notifications.service.ts,push.service.tssrc/features/notifications/domain/—notifications.store.tssrc/features/notifications/ui/— NotificationsListScreen
Screens
| Screen | Purpose |
|---|---|
| NotificationsListScreen | List of notifications, mark read |
API
- notifications.service — Fetch notifications, mark read (Supabase or API).
- push.service — Expo push tokens, handle incoming push, permissions.
Domain
- notifications.store — Notifications list, unread count; used by UI and tab badge.