ButtonGroup
A basic ButtonGroup component that should render nicely on any platform. Supports a good level of customization.
You can customization Button group component with the Props
Usage#
Reference#
Props#
here all the list of Props you can use for ButtonGroup Component and it Inherits all ButtonGroup Props
buttons#
props for button list to render Array of object
onPress#
props for onpress function for each button Function
borderColor#
props give color to the button border string
bgColor#
props give background color to the button string
buttonFontSize#
props give font size to the button text number
buttonFontColor#
props give font color to the button text string
buttonFontWeight#
props give font weight to the button text string--'bold'
inlineStyle#
props give addition props to the Button element type Object