aksonov / aksonov/react-native-router-flux
On RTL can't swipe modal down
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 8.9k
- Forks
- 2.1k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### Version
- react-native-router-flux v4.0.6
- react v16.6.3
- react-native v0.58.5
### Expected behaviour
When using an RTL (using I18nManager.forceRTL(true) )
and opening a Modal, we should be able to swipe the modal down to close it.
### Actual behaviour
The modal is not swipable from the top. it is swipable from the bottom but not enough to close it.
### Steps to reproduce
1. force RTL - I18nManager.forceRTL(true)
2. use a modal scene
3. try to swipe it down to close it.
(optional) - try to swipe it from the bottom.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.