react-native-android-badge icon indicating copy to clipboard operation
react-native-android-badge copied to clipboard

Badge count number reverts to previous value only if you set it to zero

Open gabeDevlift opened this issue 3 years ago • 10 comments

I originally had a badge number of 2. I used BadgeAndroid.setBadge(15); in my code, and it worked. However, when I tried BadgeAndroid.setBadge(0);, the badge number reverted to 2.

Does anyone know why this might be? Is there any other info I can provide?

gabeDevlift avatar Feb 14 '21 03:02 gabeDevlift