Replies: 1 comment
-
did you find a solution for your issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had my app previously using react-native-push-notifications but want to migrate to notifee. We let the users set reminders and we were showing the push notification even if the user had the app in the foreground, by using notifee I can manage to get the notification in the notifications tray but not show the push itself in the android device.
Is there something I might be configuring wrong? I tried with the display notification and the triggered one but got the same result. I was using the sample code, here an example
`
const onDisplayNotification = async () => {
await notifee.requestPermission();
};`
Beta Was this translation helpful? Give feedback.
All reactions