wait for user to click the notification in react-native-fcm -


im using react-native-fcm push notification. redirects no component when notification comes. doesnt wait user click.

fcm.on("fcmnotificationreceived", (notif) => {   console.log("notification", notif);   if(notif.click_action === "action"){     actions.login()   }  } 


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

Ansible warning on jinja2 braces on when -