Wrong Notification Icon in Android

I have added 96x96 grey-scale PNG and updated config app.json file and created new build using expo build:android

"expo": {
    "notification":{
        "icon": "./src/assets/images/notification-icon.png",
        "color": "#0057D8",
        "androidMode": "collapse",
        "androidCollapsedTitle": "App Name"
   }
}

App still uses expo icon as notification icon and uses app name when in collapse mode instead of androidCollapsedTitle

expo sdk 32

Hi,

my bad edit :slight_smile: you’re not missing anything.
you’re right

if it provides any help: https://blog.expo.io/expo-publishing-and-asset-concepts-2d8c60968927

1 Like

that is wrong configuration as per docs. notification key is in expo.notification not expo.android.notification or am I missing something ?

1 Like

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