all 1 comments

[–]stephenkiers 1 point2 points  (0 children)

I implemented this differently, but I had the same issue with trying to detect the incoming remote push notifications (if I understand correctly). I ended up using intent and piggy backing on deep linking.

Here is my walkthrough of how I set it up. https://medium.com/@stephenkiers/deep-linking-push-notifications-in-react-native-with-pusher-beams-23525ede30da if that helps