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#
Propshere all the list of Props you can use for ButtonGroup Component and it Inherits all ButtonGroup Props
#
buttonsprops for button list to render Array of object
#
onPressprops for onpress function for each button Function
#
borderColorprops give color to the button border string
#
bgColorprops give background color to the button string
#
buttonFontSizeprops give font size to the button text number
#
buttonFontColorprops give font color to the button text string
#
buttonFontWeightprops give font weight to the button text string--'bold'
#
inlineStyleprops give addition props to the Button element type Object