Expo Notification icon not showing

Please provide the following:

  1. SDK Version: 33
  2. Platforms(Android/iOS/web/all): all

Notification icon is not visible,
Used same size and color mentioned in the documentation

Replace this section with as much relevant information as possible and any relevant code along with your question.

Are you sure something like this is in your app.json? (in the root tree)
My file is 1024x1024 and it is working an all devices

        "notification": {
            "icon": "./assets/logo.png",
            "color": "#000000",
            "iosDisplayInForeground": false
        }

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.