react-native-segmented-control / segmented-control

React Native SegmentedControl library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

borderRadius

hunasdf opened this issue · comments

Hi Everyone,

Is there any way to set the borderRadius of this component?

Thanks,
G

You can use the style prop to set a custom border-radius. This alters the border-radius of the entire container but the "selected segment container" styles remain unchanged.