react-native-button-rounded
v0.1.3
Published
Library for custom component button
Readme
react-native-button-rounded
Library for custom component button
Installation
npm install react-native-button-roundedUsage
import AppButton from "react-native-button-rounded";
// ...
<AppButton
onPress={() => console.log("Pressed")}
accessibilityLabel="Rounded Button"
textStyles={{
fontSize: 18,
fontWeight: "bold",
color: "white"
}}
height={60}
width={200}>
Press Me!!
</AppButton>
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
