/react-native-app-badge

App badge for iOS.

Primary LanguageKotlinMIT LicenseMIT

@guulabs/react-native-app-badge

App badge for iOS.

image info

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