react-native-notifications
react-native-notifications copied to clipboard
React Native Notifications
We observe this issue only on android 10 and below: NullPointerException: Attempt to invoke virtual method 'int android.content.Intent.getFlags()' on a null object reference `Caused by java.lang.NullPointerException: Attempt to invoke virtual...
is there any method for Subscriptions to topics ?
Hi, Is it possible to consider updating the [robolectric version](https://github.com/wix/react-native-notifications/blob/bffb31fb0d1392f51c6d363917f3ad03323b2490/lib/android/app/build.gradle#L129) used? [This version](https://mvnrepository.com/artifact/org.robolectric/robolectric/4.3) contains a large number of vulnerabilities. Given it is a test framework, is it worth updating this?
We are getting Invariant Violation: `new NativeEventEmitter()` requires a non-null argument. and we are using "react-native-notifications": "^5.1.0", 
I got an issue with notification open event and post debugging I observed the following behaviour: As `sendEvent:(NSString *)event body:(NSDictionary *)body` is used to post the events in RNEventEmitter, when...
I want to trigger a function when the notification is clicked when the app is running in foreground
The documentation is not clear to me. It only shows this code: ``` Notifications.postLocalNotification({ title: "Local notification", body: "This notification was generated by the app!", extra: "data" }); ``` Ok,...
Getting multiple crash reports since the app went live. I suspect the app crashes when receives a notification during startup. The error is the following: `Fatal Exception: java.lang.IllegalStateException: Tried to...
With Google Play requiring apps to be on Android API Level 33 by Aug 31, 2023, are there any plans on upgrading the library to support the level?
I urgently suggest updating API so basic implementation works :) On page https://wix.github.io/react-native-notifications/docs/localNotifications The fireDate requires it to be .toISOString(), new Date() is not sufficient ``` let currentTime = new...