react-native-pusher-push-notifications icon indicating copy to clipboard operation
react-native-pusher-push-notifications copied to clipboard

Manage pusher interest subscriptions and notification events in Javascript.

Results 40 react-native-pusher-push-notifications issues
Sort by recently updated
recently updated
newest added
trafficstars

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? ![image](https://user-images.githubusercontent.com/55547363/144287106-1273f743-81a9-4cd4-afdb-8581ce121518.png) ![image](https://user-images.githubusercontent.com/55547363/144286845-93a45e9b-5cee-4af6-a62d-d410db4d7f3f.png)

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...