App Icon on Top Bar for Standalone Android not working - showing Expo Icon

Hi!

I’ve built a standalone Android using the latest expo sdk (33.0.6), and I’ve set up my custom icon for the top bar in Android (notification icon 96x96 png), but I still am getting the Expo icon for the bar on top (see Picture 1 - which was taken from the app after downloading from the Play Store).

How can I get my custom icon (picture 3) to appear on the top bar of Android instead of the Expo icon?

My current image information from sips -g all:
pixelWidth: 96
pixelHeight: 96
typeIdentifier: public.png
format: png
formatOptions: default
dpiWidth: 72.000
dpiHeight: 72.000
samplesPerPixel: 4
bitsPerSample: 8
hasAlpha: yes
space: RGB

Same result with icon with these dimensions as well:
pixelWidth: 96
pixelHeight: 96
typeIdentifier: public.png
format: png
formatOptions: default
dpiWidth: 72.000
dpiHeight: 72.000
samplesPerPixel: 2
bitsPerSample: 8
hasAlpha: yes
space: Gray

Thank you!!

Picture: 1

Picture: 2

Picture 3:
icon-notification-android

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