HomeProjectsBlog

How to add small icon in notifee within an expo app

March 23, 2025

🟣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"
}

Happy coding.