react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

React Native Local and Remote Notifications

Results 239 react-native-push-notification issues
Sort by recently updated
recently updated
newest added

I am new to this package. what i understood is popInitialNotification method is for a situation when your app is killed and you tap on notification app opens and redirects...

# Question My boss told me to use websocket to receive push messages to save more money. But the jumping to other page require configure firebase service. How can I...

I try to implementation like this: ```` class NotifHandler { onNotification(notification) { console.log('onNotifHandler:', notification); if (typeof this._onNotification === 'function') { this._onNotification(notification); } } onRegister(token) { // console.log('NotifHandler:', token); if (typeof...

How can I ask notification permission for Android 13 and above in react native version 0.61 using POST_NOTIFICATIONS?

I want to play the notification sound simultaneously on android phone and bluetooth device my code is below messaging().setBackgroundMessageHandler(async (remoteMessage) => { const { android } = remoteMessage; const {...

I aim to maintain the badge count even after all notifications have been cleared or dismissed. Despite utilizing 'setApplicationIconBadgeNumber' to set the badge, it disappears when notifications are cleared. Is...

Device info: Android 13 and 14 React-native-push-notification version: 8.1.1 In AndroidManifest I used to have BUT google wants to remove USE_EXACT_ALARM if your app's main core functionality is not an...

I dont see any members of PushNotificationObject that take a video url, simialr to how the imageUrl and BigPicture work. I was able to get this to work on iOS...