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
Post a Comment