Rn Push Notifications

Use when adding push or local notifications to an Expo + RN app: requesting permissions at the right moment, registering for push (Expo push service in dev, APNs/FCM direct in prod), handling foreground + tapped + cold-start notifications, deep linking from a notification payload to a specific route, scheduling local notifications, badge management. Triggers on: "add push notifications", "local notification", "deep link from notification", "iOS/Android push setup", "register for notifications". Not for: backend setup that sends the notifications (rn-backend), animations on a notification badge (rn-animations-gestures).

lukedj78 495ddfc 5 files · 16.4 KB Updated

File contents

lukedj78/dev-flow/tree/main/rn-push-notifications commit 495ddfcf39

Frequently asked questions

npx skillmds@latest add lukedj78/rn-push-notifications