HomeProjectsBlog

How to add small icon in notifee within an expo app

March 23, 2025

In app.json add the following code:

The file name must be notification_icon

notification: {
  "icon": "./assets/notification_icon.png",
  "color": "#ffffff"
}

Happy coding.