0.0.1 • Published 7 years ago

react-native-android-badge-sysd v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

React Native Android Badge

NPM version

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);