What problem does it solve? It guides the implementation of remote push notifications for the Eos skincare app, covering Expo push token registration, a cron-based reminder scheduler, and an in-app notification center screen. ## Core Features & Use Cases - Token Management: Backend endpoints to register and unregister Expo push tokens in the push_tokens table, wired to login and logout flows. - Cron Reminder Scheduler: A node-cron job that checks reminder times each minute and sends notifications through the Expo Push API via notificationsService.sendToUser(). - Notification Center UI: A React Native screen with "Todas" / "No leídas" tabs, day-grouped lists, and unread badges matching the Figma references. - Use Case: A user sets an 8:00 AM skincare reminder; the cron job detects the matching reminder_time and pushes a notification to their registered device token. ## Quick Start Ask the AI to implement Módulo 2 remote push notifications for the Eos app following this skill, starting by reading docs/plan_entrega2.md and confirming the push_tokens table exists.