-
Notifications
You must be signed in to change notification settings - Fork 291
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
'localNotification' event Handler is not fired #403
Comments
Hi, we're facing same issue. and we found out that after installing notifee, it failed to fire 'localNotification'. after removing notifee, it works fine. so it might be helpful if you've used notifee so far. |
actually i didn't install (technically removed) notifee and tested it. |
any update on this issue? I am facing the same problem.
|
same issue |
try to touch/tap the localNotification notification, you will get the listener triggered |
Do u find any solution? |
I add local noti request in my app and the notification is delivered well but the event listener is not called.
this is my code to send notification
this is how i wrote on App.tsx useeffect just to test if the handler is triggered.
I don't know if the trouble happens because of 'react-native-splash-screen'? i saw a issue mentioning this library..
My AppDelegate.h
My AppDelegate.mm
Please help me figure out the problem ...
how can others are using this feature with no problem? did I write something wrong in my appdelegate? :(
I want to do some work when the notification is delivered to users(not clicked).
The text was updated successfully, but these errors were encountered: