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

A react native wrapper for leolin310148/ShortcutBadger.

Results 13 react-native-android-badge issues
Sort by recently updated
recently updated
newest added

it is not working on Infinix mobile.nor it is giving any error.does not show count on aap badge

I installed this library and linked it. In my index.js I called `var BadgeAndroid = require('react-native-android-badge'); // BadgeAndroid.setBadge(10);` and I am getting this error: > ExceptionsManager.js:65 Cannot read property 'setBadge'...

I got this error (.setBadge is not a function) in IOS 14.3.

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...

Seems you forgot to push the local change of package.json :smile: This is just a reminder.

I use the code you provide, and it doesn't work on my Android simulator (I have the same issue as https://github.com/jhen0409/react-native-android-badge/issues/2) Could you add a working basic app in example/...

Hey there, Is there a way to update the badge icon when the app's in the background? The documentation is sparse, so it's difficult to tell.. Thanks!

小米3机型不显示角标

sometime we need badge number plus one but not sure our current badge number. maybe add this function will be better