Push notifications for React Native using Firebase or Expo Notifications. Use when integrating push notifications with Firebase or Expo in React Native.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill react-native-notifications --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of React Native Notifications?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-react-native-notifications)More formats (shields.io, HTML) on the badges page.
---
name: react-native-notifications
description: Push notifications for React Native using Firebase or Expo Notifications. Use when integrating push notifications with Firebase or Expo in React Native.
metadata:
triggers:
files:
- '**/*notification*.ts'
- '**/*notification*.tsx'
- '**/App.tsx'
keywords:
- Notifications
- messaging
- FCM
- expo-notifications
- react-native-firebase
---
# React Native Notifications
## **Priority: P1 (HIGH)**
## Guidelines
- **Library**: Choose `@react-native-firebase/messaging` (Bare) or `expo-notifications` (Managed).
- **Setup**: Configure Platform channels (Android) and APNs (iOS).
- **Lifecycle**: Handle Foreground (`onMessage`), Background (`onNotificationOpenedApp`), and Quit (`getInitialNotification`) states.
- **Permissions**: Prime users before requesting system authorization.
See [implementation examples](references/implementation.md) for complete FCM handler setup with permission request and lifecycle handlers.
## Anti-Patterns
- **No Unconditional Requests**: Spamming permission dialogs leads to high denial rates.
- **No Missing Handlers**: Forgetting "Quit" state handling results in lost deep links.
- **No Unvalidated Data**: Blindly trusting payload data causes runtime crashes.
## References
See [references/implementation.md](references/implementation.md) for FCM setup, APNs config, and lifecycle handlers.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!