react-native-notifications
react-native-notifications copied to clipboard
React Native Notifications
How to handle callback when Notificationin background? I have put the code into `index.js` ``` // ... Notifications.events().registerNotificationReceivedForeground( (notification, completion) => { console.log( `Notification received in foreground: ${notification.title} : ${notification.body}`,...
Does FCM work with this package in iOS? I'm using Firebase Web SDK with react native. FCM notifications is working fine on android. But on iOS I'm not receiving any...
Since the release of iOS 16, Xcode 14+ simulators now support remote notifications when ran on Apple Silicon. (ref: [Xcode 14 Release Notes](https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes)) Using the latest version of `react-native-notifications`, v5.1.0,...
**Issue** When the app is not killed, tapping on either background or foreground notifications relaunches the app on Android. I have used `postLocalNotification()` for showing foreground notifications. **Library version** ```...
I do not see any API to undo `Notifications.registerRemoteNotifications()`. How to do that?
The notification shows great and open in iOS but not in Android. When you touch the notification in android nothing happens. If you then open the app, it does navigate...
Like the title says, Notification press not opening the app when app is in kill state. I have followed the documentation and checked it 3 times but it still doesnt...
**`registerNotificationOpened` method isn't working as expected in the scenario:** when the app receives a notification in the foreground state and I open the app post killing the app by tapping...
Hi I was integrating react-native-notifications package to react native app. With ios it is working absolutely superb. But for android this not working completely. apart from `registerRemoteNotificationsRegistered` remaining events are...
I'm getting this error when creating a production build with fastlane on android: ``` > Configure project :react-native-notifications WARNING: DSL element 'dexOptions' is obsolete and should be removed. It will...