ios icon indicating copy to clipboard operation
ios copied to clipboard

Notification Listener is not working

Open harisraza123 opened this issue 4 years ago • 3 comments

I want to show alert when user receive a notification . I have tried this PushNotificationIOS.addEventListener('localNotification', (notification) => { Alert.alert('Notification', notification.getMessage().toString()); }); But it gives me alert when user clicked the notification Pop-up. I want the alert when pop-up appears.
I want show the Alert without clicking on the Notification pop-up.

harisraza123 avatar Jan 20 '21 12:01 harisraza123

Any success in it ? As i am also facing the same

GuleriaAshish avatar Jan 25 '21 14:01 GuleriaAshish

Trying to do this as well. I created a new issue.

alexkhazzam avatar Apr 12 '21 22:04 alexkhazzam

I have the same problem.

snios avatar Jun 09 '21 06:06 snios