Expo push notification badge not display in galaxy s9/s8 with newly launched samsung one UI devices?

I have standalone Android and IOS App build with Expo ,In the App I am implementing push notification and its also working Properly in all devices but in galaxy s9/s8 with newly launched samsung ‘one UI’ does not show badge when notification arrived.I am also added notification channel.Here is my code

await Expo.Notifications.createChannelAndroidAsync('chat-messages', { name: 'Chat messages', sound: true, badge: true });

I have added some screenshot of that .

Is there any solution for fix this issue?

Thanks in advance

1 Like

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