react-native-push-notification
                                
                                
                                
                                    react-native-push-notification copied to clipboard
                            
                            
                            
                        React Native Local and Remote Notifications
# Feature Request Thank you, this library works like charm for most use cases. However, for chat applications, implementing a method to add/remove messages from the notification bar would serve...
# Bug PushNotification Repeat🔁 doesn't work on both Android and IOS platforms. I don't have any ideas to fix it. I added my code to check and let me know...
I want to create water reminder app. my logic is to send notification to user, in between time range of day like Everyday 8AM to 10:30PM at interval of 1.5Hours,...
Hello, iam having a trouble while clicking on the notification, when the app is in the background and it pops an error that says data.getSubtitle is not a function. Anyone...
I'm getting a `SecurityException: Caller needs to hold android.permission.SCHEDULE_EXACT_ALARM to set exact alarms` on the following line: https://github.com/zo0r/react-native-push-notification/blob/e1a07166d5e291a5c117fdbd4b5a45472616e771/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java#L178 Looks to be new behaviour with API level 31 as per the...
# Question Notification is getting removed when app is swipe closed. Is it possible to retain the notification when app is swipe closed?
Is that possible? ``` PushNotification.localNotificationSchedule({ date: date, channelId: ANDROID_CHANNEL_NAME, id: id, // (optional) Valid unique 32 bit integer specified as string. default: Autogenerated Unique ID vibrate: true, vibration: 300, title:...
onRegister(token) called several times in ios 'react-native-push-notification' when messages received in foreground onNotification() Calling onRegister(token) multiple time from NotificationHandler class constructor(props) { super(props) LogBox.ignoreAllLogs(); console.reportErrorsAsExceptions = false; this.state = {...
Hi All, I have set up all the necessary things to get it working. I am using this library but when messages comes in foreground notification tray doesn't popup. "@react-native-firebase/app":...
# Bug When pushing a notification on Android with a reply action, I am not getting the reply_text back. The notification pops up on the device with the reply action,...