🟣important
Add an icon to your project.The file name of the icon must be notification_icon
In app.json
add the following code:
notification: {
"icon": "./assets/notification_icon.png",
"color": "#ffffff"
}
copy
Happy coding.
March 23, 2025
In app.json
add the following code:
notification: {
"icon": "./assets/notification_icon.png",
"color": "#ffffff"
}
Happy coding.