invertase / notifee

⚛️ A feature rich notifications library for React Native.
https://notifee.app
Apache License 2.0
1.88k stars 228 forks source link

How can I set a default notification color on Android? #998

Closed LeGeek01 closed 6 months ago

LeGeek01 commented 9 months ago

I would like to set a default notification color. So, I try this:

notifee.displayNotification({
      title: 'A little test',
      id: 'background-fetch',
      android: {
        channelId: 'silent',
        smallIcon: "notification_icon",
        color: "red",
      },
    });

And it doesn't work, the background icon is white... See in this picture: image You can see the white round and the white icon. I would like to change this white background round to another color, but I don't know how... I'm on Android 14

github-actions[bot] commented 8 months ago

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.

LeGeek01 commented 8 months ago

still need help

github-actions[bot] commented 7 months ago

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.

LeGeek01 commented 6 months ago

still need help

av185218 commented 6 months ago

Experiencing the same. Any solution?