Open amm4ryous4f opened 6 months ago
+1
+1
This issue has been present for months and makes the library useless for production. Any fixes?
+1
im facing this issue also
and as mentioned in docs notifee.onForegroundEvent
not helped!
+1
Any news?
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.
Thank you for your contributions.
Also ran into this issue. The only way I found to fix it is to downgrade to
"@notifee/react-native": "^5.7.0",
was facing same issue. i was using @react-native-firebase/messaging and notifee library. this notifee latest version causing issue on causing issue on ios on calling getInitialNotification and onNotificationOpenedApp as these events are handled by it as in docs https://rnfirebase.io/messaging/usage. just downgrade notifee version to ^5.7.0 or remove it if not necessary. just solve problem
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.
Thank you for your contributions.
Facing this issue as well
facing same issue
Also ran into this issue. The only way I found to fix it is to downgrade to
"@notifee/react-native": "^5.7.0",
This worked for us as well, we were using:
"react-native": "0.74.2",
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/messaging": "^20.4.0",
"@notifee/react-native": "^7.8.2",
Downgrading to Notifee "0.5.7" and using messaging().getInitialNotification()
from react-native-firebase/messaging and NOT the notifee.getInitialNotification()
solved the issue on iOS and Android.
Same here. Both libraries stop working if Notifee
is set to any version newer than 5.7.0
.
Possible duplicate. See:
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.
Thank you for your contributions.
This issue persists. Not stale.
getInitialNotification not working in iOS in when I click on notification in kill state. I have tried your getInitialNotification and also firebase getInitialNotification() but both are not working. So. I can't perform any action from kill state.