App badge for iOS.
yarn add @guulabs/react-native-app-badge
import { setAppBadgeCount } from '@guulabs/react-native-app-badge';
// ...
// Set badge
setAppBadgeCount(3)
// Clear badge
setAppBadgeCount(0)
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library