react-native-pusher-push-notifications
react-native-pusher-push-notifications copied to clipboard
Manage pusher interest subscriptions and notification events in Javascript.
Is there any way I can trigger the handleNotifications function only when I open the notification by clicking the push? I need to navigate to another screen only when the...
When I receive a notification on Android, 'handleNotification' is called when app is in foreground and in background but when the app is killed, 'handleNotification' is never called. I have...
On Android, if I get a notification in app killed or background state, then open the notification - the JS 'notification' listener is triggered with the payload of that notification...
I receive a notification when the app is running in the background and closed. but when the app opens i don't receive any notification. is there a setting i need...
I have crashs reported by sentry and I'm wondering if it can be a problem with this library : My error stack : RemoteServiceException can't deliver broadcast android.app.ActivityThread$H in handleMessage...
I tried to install the library, but this error always happens, is it due to the deprecation of the third library?  
The latest version (v2.5.3) is not yet published on NPM: https://www.npmjs.com/package/react-native-pusher-push-notifications
Hello, I've followed the setup exactly for android, not too sure what I am missing. Project is here - https://github.com/snapshot-labs/snapshot-app I can't seem to receive a notification on my android...
When I click on the notification it brings me to the main screen of my app. How can I use it to navigate to the specific page that I want...