react-native-notifications
react-native-notifications copied to clipboard
React Native Notifications
For a reason I've identified yet, my app doesn't receive any PN on iOS when it has been released (TestFlight for example). It works perfectly fine however in debug mode......
Hello everybody, is there a possibility to introduce these same features in the library for Huawei as well? Thank you
I encountered an issue while trying to minify my React Native application with R8. The build fails with the following error related to the ReactAppLifecycleFacade$1 class from the react-native-notifications module:...
[iOS] getInitialNotification returnsthe notification even when the app was opened without tapping it
## Steps to reproduce * use iOS 17.0.1+ * Kill the app, and put it in the DEAD state * Receive a push notification * Do not tap the notification,...
I have followed all the Android setup instructions and have FCM setup, google-services.json, etc. `registerNotificationReceivedForeground` and `registerNotificationReceivedBackground` events both fire on Android but the completion() call does not show the...
Notification count doesn't show on Ios App icon but shows on the android app icon. have gone through the documentation, I cant find anything on that. can anyone help here...
I was trying to copy command for the installation of Library from Doc,it got copy with "$" sign
The registerNotificationOpened function is not called when the application is closed, so no navigation logic works within this function, but if the application is open and in the background, it...
I'm using react-native-notifications to create notification channel on android. But some users using Android app complained about notification, something like "I can receive notifications but it doesn't sound". So I...