ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

How to modify the style of the title selected? #114

Closed wangdicoder closed 7 years ago

wangdicoder commented 7 years ago

Hi, I tried to use titleStyle to modify the style when the title is selected, but it seems doesn't work, this attribution just modify the normal style of the title. How can I do that?

Thanks

wangdicoder commented 7 years ago

Sorry, I found this props "selectedTitleStyle". It's my fault.....