aksonov / aksonov/react-native-tabs
Does not work for falsey values of name
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 727
- Forks
- 112
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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]}
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.