convex-expo-push-notifications
Installation
SKILL.md
Expo Push Notifications with Convex
Complete guide for implementing push notifications in Expo React Native apps using @convex-dev/expo-push-notifications.
Setup Checklist
Before writing any code, verify:
- Physical device available (simulators do NOT support push notifications)
- Expo account with EAS project configured (
eas build:configure) - Convex project initialized
- For Android: Firebase project with
google-services.json - For iOS: Apple Developer account (EAS handles APNs credentials automatically)
SDK 53+ Breaking Change: Push notifications are NOT available in Expo Go on Android. Use a development build.
Installation
Related skills