react-native-notifications
react-native-notifications copied to clipboard
React Native Notifications
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. The app does not compile unless...
Is there any way to update the batch count in android app icon for FCM push notification
The below code is working fine before I had started configuring the foreground notification for iOS. After foreground configuration, it stopped working. This is my **AppDelegate.m** file. The configuration for...
Hello, Its not a show stopper just wanted to let all of you know if you are looking for [android.refreshToken()](https://wix.github.io/react-native-notifications/api/android-api#refreshtoken) method its not available at the access path of `Notifications.android.refreshToken`...
I tryed to implement this to show notification from my app, but it doesn't do anything. postLocalNotification returns id but doesn't show notification. I tryed running example, still no notifications...
Missing a way to set `setBubbleMetadata()` in Android Notifications (ignore on iOS) https://developer.android.com/reference/android/app/Notification.Builder#setBubbleMetadata(android.app.Notification.BubbleMetadata) Features is needed to support Chat Message Bubbles: https://developer.android.com/develop/ui/views/notifications/bubbles
Hi there :) Are there plans to integrate push providers apart from from apple and google? would you be opposed to a contribution? (I am coming here lacking push notifications...
IN `https://wix.github.io/react-native-notifications/docs/notifications-events` the docs say ``` Notifications.events().registerNotificationReceivedBackground((notification: Notification, completion: (response: NotificationCompletion) => void) => { console.log("Notification Received - Background", notification.payload); // Calling completion on iOS with `alert: true` will present...
As described in the title. The app doesn't ask user for notification permission on ios and notifications are on automatically to be delivered in discrete mode (no banner are shown...
Notifications.getInitialNotification() return undefined when the application is in a kill state. If the application is foreground and the user tap on the notification - Notifications.events().registerNotificationOpened works properly. ``` const registerNotificationOpened...