Haris Raza

Results 1 issues of Haris Raza

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...