-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] onForegroundEvent doesn't work with React-native 0.74.5 ( sdk target 34) #1082
Comments
i will try all version react native > 0.74.0 and it all facing this issue |
it work fine in React native <0.73.9 |
check #621 (comment) |
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?
Thank you for your contributions. |
This may be fixed in v9.1.2 here - there was definitely a problem with new architecture if it was in use, and it would not work until v9.1.2 just now |
displayNotification works in my project, however when I touch the notification the onForegroundEvent does not active ( console.log(
[onForegroundEvent] notification id: ${notification?.id}, event type: ${EventType[type]}${pressActionLabel}
,); not shown in Android, shown in IOS).
Please help me
The text was updated successfully, but these errors were encountered: