Hi !
I am using RN to create an app for both Android and iOS and needed to implement Push Notifications. Currently I'm using OneSignal's SDK to achieve this. OneSignal is a brilliant ! But unfortunately there is one tiny bug that they nor I can't seem to solve. This is the senario:
After the app is killed.. ie when you double click the home button and swipe away the app and then a notification comes in and the user click on it. I can't seem to get the payload that was sent along with it. The method NotificationOpened
doesn't seem to fire.
Anyway, because of this I was wondering how are people generally setting up their Push Notification's on RN. What services are you guys using?
TL;DR
I was using One Signal for push notifications but want to explore how other user's are implementing push notifications in their react-native apps
Thanks !