Button
A basic button component that should render nicely on any platform. Supports a good level of customization.
You can customization Button component with the Props
#
Usage#
Reference#
Propshere all the list of Props you can use for Button Component and it Inherits all TouchableOpacityProps Props, from React Native
#
backgroundColorbackground color of the Button by default it is white type string
#
labelprops for adding the button text and type string by default it will be in Button
#
onPressprops for on click function type funcation
#
textColorprops for Color of the text
#
disabledIf true, disable all interactions for this component. type boolean
#
activeOpacityprops on click active Opacity on Button. type number
#
inlineStyleprops give addition props to the Button element type Object