react-native-local-notifications icon indicating copy to clipboard operation
react-native-local-notifications copied to clipboard

Manageable local notifications for React Native on iOS and Android.

Results 8 react-native-local-notifications issues
Sort by recently updated
recently updated
newest added

@wumke I'm using react native v0.60.5 "react native link" is not used anymore to link component, when trying to run it in xcode the following error appears: 'RCTBridgeModule.h' file not...

Hi, first of all thank you for this plugin. I have a problem with custom notification sounds. When I debug the code, I can see my custom mp3 is resolved...

node version: 10:14:1 react-native version: 0.57.8 android version: lollipop 5.1 I am getting error in MainActivity.java when i run react-native run-android NotificationManager nMgr = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); error is in Context...

I used `RNLocalNotifications.createNotification(1, 'Some text', '2017-01-02 12:30', 'default');` in my componentwillmount component. Local notifications are not triggering.

Great work!! Just got a strange behaviour, when App in Foreground, it is showing an Alert with `Close` text ![2019-06-14](https://user-images.githubusercontent.com/23523187/59504844-84d69b00-8ec1-11e9-9e4c-02b9914d5b93.png)

Maybe the AlarmManager.cancel call should be inside the if !null statement cancel() called with a null PendingIntent cancel AlarmManager.java:890 deleteAlarm RNLocalNotificationsModule.java:118 createAlarm RNLocalNotificationsModule.java:63 updateNotification RNLocalNotificationsModule.java:50 invoke Method.java invoke JavaMethodWrapper.java:372 invoke...

I use react-native-push-notification, for handle onNotification event to get hiddendata. Works fine on ios but on android onNotification method not trigger. Thanks

I see in the readme we can provide data to createNotification/updateNotification parameter. How to get that hiddendata from rn component? Thanks