notification icon is gray on Android SDK39

SDK Version: 39
Platforms(Android/iOS)
@adamjnav @expo.release @expojojo @wodin @quinlanj
notification icon is gray on Android SDK39
on sdk 36 it worked
on sdk 38 and 39 it doesnt work

I was waiting for a new release(SDK39) to close this problem
but you didn’t fix it

{
  "expo": {
      ...........
    "notification": {
      "androidMode": "default",
      "icon": "./assets/notificationIcon.png",
      "iosDisplayInForeground": true
    }
      .........
  }

}

i used 96x96 png grayscale with transparency

Same here

Hey @alexhodovas and @svarto, could you two please (if possible) share a link to the asset you are using for the notification icon?

Cheers,
Adam

hi @adamjnav

I used
https://onlinepngtools.com/convert-png-to-grayscale
and
https://appiconmaker.co/

These icons I tried to use
1)http://piccy.info/view3/14001087/3a790cb2bb1c8847aa1998822d2823c6/
2) http://i.piccy.info/i9/9bc554257ea0869826a55ea7e963f59e/1601481598/2227/1398479/notificationIcon2.png
3) http://piccy.info/view3/14001098/21fad3b06fe9e2fe0a9fd7372496d3c9/

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.