Hi, I'm not sure if this is intentional or an issue but with notifee, when I open the app on iOS (whether via the notification or just from the main screen), all notifications for the app are immediately dismissed from the notifications screen.
The expected behavior is this (at least on iOS which I have observed):
When the notifee is NOT installed and there are multiple notifications (1,2,3) and I open the app via a notification 1, the other notifications (2,3) are still there in the notifications screen. Also, opening the app via the main screen doesn't dismiss any of the notifications for the app.
My package versions are:
@notifee/react-native: 7.8.0
I don't think it matters but I also have
"@react-native-firebase/app": "15.6.0",
"@react-native-firebase/messaging": "15.6.0",
Is this a bug with notifee or is it intentional? If intentional, is there a config or way to maintain the iOS native behavior?
Hi, I'm not sure if this is intentional or an issue but with notifee, when I open the app on iOS (whether via the notification or just from the main screen), all notifications for the app are immediately dismissed from the notifications screen.
The expected behavior is this (at least on iOS which I have observed):
When the notifee is NOT installed and there are multiple notifications (1,2,3) and I open the app via a notification 1, the other notifications (2,3) are still there in the notifications screen. Also, opening the app via the main screen doesn't dismiss any of the notifications for the app.
My package versions are:
I don't think it matters but I also have
Is this a bug with notifee or is it intentional? If intentional, is there a config or way to maintain the iOS native behavior?