add-onesignal-push
Installation
SKILL.md
Add OneSignal Push (advanced beyond expo-notifications)
expo-notifications is fine for basic push. OneSignal adds: segmentation, A/B test, scheduled campaigns, automation triggers.
When to use which
| Need | Tool |
|---|---|
| Send push to a single user from your backend | expo-notifications + Expo Push API |
| Send to all users / a segment | OneSignal |
| Triggered campaigns (e.g., "didn't open in 3 days") | OneSignal |
| A/B test push copy | OneSignal |
| In-app messages (overlays, not just push) | OneSignal |
Install
pnpm add onesignal-expo-plugin react-native-onesignal