diff --git a/README.md b/README.md index 93a2714ca8dcc1298b2ccb6a632ac5fbf736d4a6..74ac89aee07bf0c383c713e04f79d92b2e0bf767 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ FCM.on(FCMEvent.Notification, async (notif) => { if(notif.opened_from_tray){ //app is open/resumed because user clicked banner } - await someAsyncCall(); + // await someAsyncCall(); if(Platform.OS ==='ios'){ //optional