1.0.1 • Published 3 years ago
@ritweek_kumar/react-native-my-button v1.0.1
React-Native-My-Button
Custom Button for React Native
Features
- Fully Customizable
- Navigation
- Fully typed with TypeScript
Install
Open a Terminal in the project root and run:
npm i @ritweek_kumar/react-native-my-button
Usage
<MyButton
title={"mybutton"}
width={100}
height={100}
bgColor="black"
borderRadius={20}
onClick={() => {
console.warn("hello");
}}
/>