# @datnt1003/react-native-badge

Display badge number on Android/iOS app icon in React Native

## Cài đặt

```bash
npm install @ntd1003/react-native-badge
yarn add @ntd1003/react-native-badge
```

# use

import { setBadge } from '@ntd1003/react-native-badge';

setBadge(10);
