aksonov / aksonov/react-native-tabs
Doesn't work with Navigator
- Linguagem predominante
- JavaScript
- Estrelas
- 727
- Forks
- 112
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
It seems not to work with navigator as tab item.
```
getTabView() {
switch (this.state.page) {
case 'Home':
return
break;
case 'Drafts':
return
break;
case 'Tasks':
return
break;
}
}
render() {
return (
{this.getTabView()}
Home
Drafts
Tasks
);
}
```
In this if I change my view as any other view instead of HomeNavigator, it works perfectly. But not with a navigator component which is original navigator. However the same HomeNavigator works well if not inside tabs.
Can anyone help please?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.