'How can we change the icon and title of expo go push notification?
I'm trying to change the icon and title of the push notification. I don't know why my changes are not taking place.
My app.json is like :
"name": "textApp",
"slug": "textApp",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"notification": {
"icon": "./assets/logo.png",
"color": "#311b92",
"androidMode": "default",
"androidCollapsedTitle": "Updates from Colab.notes",
"iosDisplayInForeground": true
},
"plugins": [
[
"expo-notifications",
{
"icon": "./assets/logo.png",
"color": "#ffffff"
}
]
],
- I'm updating my app by pressing r .
- I have also removed the cache by
expo r c - The logo.png image size is square. 500x500px exactly.
icon root structure.
I'm trying to customize indicating properties...
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|


