diff --git a/Examples/simple-fcm-client/app/Listeners.js b/Examples/simple-fcm-client/app/Listeners.js index 942e9f269ffb9a441d90ccf2e6a9cf60adb8c62c..54a62c25e2d06ac99970d98b91cea9abefefe520 100644 --- a/Examples/simple-fcm-client/app/Listeners.js +++ b/Examples/simple-fcm-client/app/Listeners.js @@ -49,7 +49,7 @@ export function registerAppListener(navigation){ console.log("Notification", notif); if(Platform.OS ==='ios' && notif._notificationType === NotificationType.WillPresent && !notif.local_notification){ - // this notification is only to decide if you want to show the notification when user if in forground. + // this notification is only to decide if you want to show the notification when user if in foreground. // usually you can ignore it. just decide to show or not. notif.finish(WillPresentNotificationResult.All) return;