Closed drtangible closed 8 years ago
Support tabStyle and selectedTabStyle props on TabNavigator.Item.
tabStyle
selectedTabStyle
TabNavigator.Item
<TabNavigator tabBarStyle={styles.tabBar} sceneStyle={styles.scene} > <TabNavigator.Item title="ACCOUNT" selected={this.state.selectedTab === 'account'} onPress={() => { this.setState({ selectedTab: 'account' }) }} tabStyle={styles.tabBarItem} selectedTabStyle={styles.tabBarItemActive} titleStyle={styles.tabBarItemText} selectedTitleStyle={styles.tabBarItemActiveText} > // ...
Whoops, just meant to open this as a PR on our fork. Closing for now!
Support
tabStyle
andselectedTabStyle
props onTabNavigator.Item
.