zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.75k stars 2.05k forks source link

Is there a method to persistently display the badge count, even after all notifications have been cleared or dismissed? #2404

Open AdnanAshraf-pro opened 6 months ago

AdnanAshraf-pro commented 6 months ago

I aim to maintain the badge count even after all notifications have been cleared or dismissed. Despite utilizing 'setApplicationIconBadgeNumber' to set the badge, it disappears when notifications are cleared. Is there an alternative approach or solution to ensure the badge remains visible?