You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initialNotification typically should be populated only if the notification is tapped. Bug with quick actions where if you perform a quick action when the app is closed (quit state), then open the app from the home screen, initialNotification is populated.
Workaround at the moment is to check the pressAction.id is default, indicating the user did press the notification to open the app
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
initialNotification
typically should be populated only if the notification is tapped. Bug with quick actions where if you perform a quick action when the app is closed (quit state), then open the app from the home screen,initialNotification
is populated.Workaround at the moment is to check the pressAction.id is default, indicating the user did press the notification to open the app
https://notifee.app/react-native/reference/getinitialnotification
The text was updated successfully, but these errors were encountered: