App badge for iOS. Compatible with the new architecture.
yarn add @guulabs/react-native-app-badgeimport { 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
