1.0.1 • Published 3 years ago

@ritweek_kumar/react-native-my-button v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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");
  }}
/>
1.0.1

3 years ago

1.0.0

3 years ago