react-native-android-badge-sysd
v0.0.1
Published
A react native wrapper for leolin310148/ShortcutBadger.
Downloads
4
Readme
React Native Android Badge
A react native wrapper for leolin310148/ShortcutBadger.
Why?
A react-native PushNotificationIOS
provide setting badge of functions, it belongs to the native iOS support, but Android requires third-party library to do.
Setup
$ npm i --save react-native-android-badge-sysd
$ react-native link
Usage
import BadgeAndroid from 'react-native-android-badge-sysd'
BadgeAndroid.setBadge(10);