react-native-segmented-control / segmented-control

React Native SegmentedControl library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for fontWeight in fontStyle and activeFontStyle

remstos opened this issue · 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?