@logo-rn/logo-badge
is used to communicate a numerical value or indicate the status of an item to the user.
Installation
Install the component:
npm i @logo-rn/logo-badge -s
Usage
Once installed, import the component in your application:
import {LogoBadge} from '@logo-rn/logo-badge';
<LogoBadge label={"9"} />