I'm creating a remainder application in which I couldn't able to dismiss the notification from the notification area, I've tried many methods to resolve this but still, nothing helps, PushNotification.clearLocalNotification(parseInt(notification.id, 10));
tried this to dismiss notification (not removing/cancelling). also tried similar solution like PushNotification.cancelLocalNotifications({ id: `${parseInt(notification.id, 10)}` });
. but still, nothing helps. I tried logging the node package, I could see the logging inside the clear notification java function/cancel function, still not dismissing from the notification area
↧
Unable to dismiss notification from notification bar in react native push notification (Android)
↧