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 change the color of selected tab title? #128

Closed DavidKongDesheng closed 7 years ago

DavidKongDesheng commented 7 years ago

<Tab selected={selectedTab === Strings.FEED} title={Strings.FEED} titleStyle={[ styles.titleStyle, selectedTab === Strings.FEED && styles.titleSelectedStyle ]} tabStyle={styles.tabStyle} ...

skv-headless commented 7 years ago

Have you tried selectedTitleStyle?

DavidKongDesheng commented 7 years ago

My bad, didn't see that property....Thanks bro.