@logo-rn/logo-button
is an accessible and customizable button that allows users to perform actions.
Installation
Install the component:
npm i @logo-rn/logo-button -s
Usage
Once installed, import the component in your application:
import {LogoButton} from '@logo-rn/logo-button';
<LogoButton text={"Button"} onClick={()=>Alert.alert("Clicked")} />