Skip to main content

Notifications

In-app notifications list and push notifications.

Location

  • src/features/notifications/api/notifications.service.ts, push.service.ts
  • src/features/notifications/domain/notifications.store.ts
  • src/features/notifications/ui/ — NotificationsListScreen

Screens

ScreenPurpose
NotificationsListScreenList 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.