richardvclam / react-native-resegmented-control

iOS 13+ styled segmented control for React Native
58 stars 6 forks source link

It would be nice to have textStyle prop on Segment #15

Open branikclimbs opened 3 years ago

branikclimbs commented 3 years ago

It is possible to change the color of segments by using activeTintColor and inactiveTintColor but I also need to change fontFamily and font weight styles.

moxorama commented 3 years ago

Workaround: https://github.com/richardvclam/react-native-resegmented-control/blob/b20619ad48c2b545edd0ba2a3e290b75ba00829f/src/Segment/Segment.tsx#L70 - pass function instead of text