0.2.2 • Published 1 year ago
@guulabs/react-native-app-badge v0.2.2
@guulabs/react-native-app-badge
App badge for iOS.
Installation
yarn add @guulabs/react-native-app-badge
Usage
import { setAppBadgeCount } from '@guulabs/react-native-app-badge';
// ...
// Set badge
setAppBadgeCount(3)
// Clear badge
setAppBadgeCount(0)
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library