Wrong Notification Icon on Android Standalone App

Hi, I am trying to change the Notification Icon on my app, but even changing it on app.json, my app is still using the expo default icon. Here is my app.json.

“expo”: {
“notification”:{
“icon”: “./assets/push-icon.png”,
“color”: “#008000
}
}

Does anybody know how to solve it?

Hey @dooppi,

Just to be sure, are you building a new APK? Publishing won’t be enough for these changes to take effect.

Cheers,

Adam

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