wix / react-native-notifications

React Native Notifications
MIT License
3.23k stars 763 forks source link

Android Notification missing `setBubbleMetadata` #972

Open chief-nerd opened 1 year ago

chief-nerd commented 1 year ago

Missing a way to set setBubbleMetadata() in Android Notifications (ignore on iOS) https://developer.android.com/reference/android/app/Notification.Builder#setBubbleMetadata(android.app.Notification.BubbleMetadata)

Features is needed to support Chat Message Bubbles: https://developer.android.com/develop/ui/views/notifications/bubbles

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

chief-nerd commented 1 year ago

I am still interested in this and might even be able to provide some code myself if I get some pointers to where to look / start in the code base.

fukemy commented 1 year ago

Hi @chief-nerd do you have any good news, I am paying attention on Bubbles Api too

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

chief-nerd commented 1 year ago

Hi @chief-nerd do you have any good news, I am paying attention on Bubbles Api too

Sorry no news. But I think this would be important. If someone can point me to the right code part, I might be able to open a PR myself.