customerio / customerio-expo-plugin

MIT License
11 stars 9 forks source link

Notification icon / color defined in the expo project are not used #115

Open walkev13 opened 1 year ago

walkev13 commented 1 year ago

It's will be great to add 2 entries on the plugin configuration : "android.icon" and "android.color"

mrehan27 commented 1 year ago

Hi @walkev13, Thanks for reaching out. Unfortunately, we don't currently support customizing the notification icon and color in managed workflow. I've created an internal ticket and added a vote on your behalf to track this request. We'll keep you posted on any updates.

However, if you are using bare workflow, you can update your AndroidManifest.xml as mentioned in the Android docs to customize the notification icon and color. Do let me know if you have more questions.

kuldip-simform commented 10 months ago

Do we have any updates on this? I am also seeing only grey squares in the notification bar. Do you have any solution for this ?

mrehan27 commented 10 months ago

Unfortunately, there are no new developments since my last update. This has not yet been prioritized on our roadmap. As of now, the only available workaround for customizing the notification icon and color is to add entries to the AndroidManifest as suggested above. Appreciate your understanding.

kuldip-simform commented 10 months ago

OK. So we have to create the plugin ourselves. Thank you for your quick response, @mrehan27.