react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
740 stars 284 forks source link

Notification Listener is not working #253

Open harisraza123 opened 3 years ago

harisraza123 commented 3 years ago

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.

GuleriaAshish commented 3 years ago

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

alexkhazzam commented 3 years ago

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

snios commented 3 years ago

I have the same problem.