-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When using this TabView with a default index to open a specific tab the default index is not working. Even though if I am trying to set it statically then also it is not working.
<DynamicTabView
data={tabNames}
renderTab={_renderTabItem}
defaultIndex={defaultIndex}
containerStyle={styles.tabContainer}
headerBackgroundColor={'#8e8e8e'}
headerTextStyle={styles.headerText}
onChangeTab={(index) => onChangeTab(index)}
headerUnderlayColor={'#8e8e8e'}
headerContainerStyle={{ backgroundColor: '#afafaf' }}
headerActiveTextStyle={{ color: '#8e8e8e' }}
highlightStyle={{ backgroundColor: '#8e8e8e' }}
tabContainerStyle={{}}
noHighlightStyle={{ backgroundColor: '#8e8e8e' }}
extraData={{}} />
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels