-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
What happened?
My current setup is expo with expo-notifications (for local) and react-native-onesignal (for marketing and automations).
[
"onesignal-expo-plugin",
{
"mode": "development",
"smallIcons": ["./assets/icons/android_notification_icon_dev.png"],
"smallIconAccentColor": "#ffffff"
}
]
After sending a local expo notification, I am trying to listen to expo notifications clicks, but nothing works.
addNotificationResponseReceivedListener
Is there any specific setup or conflicts to resolve to make it work?
Steps to reproduce?
1. Install expo-notifications
2. Install react-native-onesignal
3. Add listeners for both
4. TestWhat did you expect to happen?
The callback should be triggered.
OneSignal Expo SDK version
2.0.3
Platform
iOS only issue
Android working well
Relevant log output
No logs. Nothing happening.Code of Conduct
- I agree to follow this project's Code of Conduct
sergiulucaci
Metadata
Metadata
Assignees
Labels
No labels