Commit 60c11f40 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 421f1aa0
...@@ -293,7 +293,7 @@ FCM.on(FCMEvent.Notification, async (notif) => { ...@@ -293,7 +293,7 @@ FCM.on(FCMEvent.Notification, async (notif) => {
if(notif.opened_from_tray){ if(notif.opened_from_tray){
//app is open/resumed because user clicked banner //app is open/resumed because user clicked banner
} }
await someAsyncCall(); // await someAsyncCall();
if(Platform.OS ==='ios'){ if(Platform.OS ==='ios'){
//optional //optional
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment