SDK 39 inconsistent notification UI in android standalone build

In latest SDK 39 the notification icon and coloring started to work partially, but it is not consistent.

Remotely triggered notifications (for example from here Push Notification Tool — Expo) have correct icon color from notification.color property, but in addition, there is big white notification icon also on the right.

Notifications that are triggered with Notifications.scheduleNotificationAsync, use system primary color for notification icon + text, and there is no icon on the right.

Is there any way to make them look consistent, or at least somehow remove the icon on the right?

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