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"
}
]
],
expo r cicon root structure.
I'm trying to customize indicating properties...