aksonov / aksonov/react-native-tabs
Does not work for falsey values of name
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 727
- Forks
- 112
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Since the selected value is calculated using `(el.props.name || el.key)` falsey values of `el.props.name` cause the current tab to not be identified properly e.g.
```jsx
{ this.switchTab(el.props.name) }}
iconStyle={styles.tab}
selectedIconStyle={styles.selectedTab}
selectedStyle={styles.selectedTabText}
>
Players
Log
{this.props.children[this.state.currentTab]}
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.