cristiangu / react-native-app-badge

App badge for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

App badge for iOS.

License:MIT License


Languages

Language:Kotlin 27.4%Language:Ruby 21.6%Language:Objective-C 14.3%Language:Objective-C++ 14.3%Language:JavaScript 11.9%Language:TypeScript 9.6%Language:C 0.6%Language:Swift 0.3%