aksonov / aksonov/react-native-router-flux
bottom Tab not working for Android
- Lenguaje dominante
- JavaScript
- Estrellas
- 8.9k
- Forks
- 2.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Version
Tell us which versions you are using:
- react-native-router-flux v4.0.6
- react v16.8.6
- react-native v0.60.4
### Expected behaviour
When click on the tabs it take you to another page which it does on ios but not android
### Actual behaviour
On android it does not click on any of the bottom tabs and any help is greatly appreciated
### Steps to reproduce
(
)}>
(
)}
tabBarOnPress={() => {Actions.reset('getInboxDataLogin')}}
>
(
)}
tabBarOnPress={() => {Actions.jump('logoutmodal',{item:'true'})}}
gestureEnabled={false}
/>
{Actions.replace('getInboxDataLogin')}}
back={true}
title="Post Detail"
item={this.props.item}
type={ActionConst.RESET}
gestureEnabled={false} />
### Reproducible Demo
Please provide a minimized reproducible demonstration of the problem you're reporting.
Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.