Customize SegmentedControl height and padding
masterIncreasing Tab Height
- Android and iOS: Pass
heightin thestyleprop. - Web: Pass
heightorpaddingVerticalin thestyleprop.
Android Padding Warning
On Android, if the padding amount exceeds the fixed height of the container, the text will shrink. To avoid this, either increase the height or reduce the padding.
// Example style for height
{
"height": 40
}