react-native-segmented-control/segmented-control

Support for fontWeight in fontStyle and activeFontStyle

remstos opened this issue · 3 comments

Would be great to support fontWeight property in addition to the fontFamily and fontSize

Thanks!

I've submitted a PR to solve this #133

Please correct index.ts file to support fontWeight.
Also ios stays with fontWeight:bold for active tab all the time.

The merged PR doesn't seem to take care of iOS. So this is only working in the JS implementation, right?