aksonov / aksonov/react-native-router-flux
On RTL can't swipe modal down
未關閉
- 主要語言
- JavaScript
- 星號
- 8.9k
- 分支
- 2.1k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### 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.
貢獻指南
評估
這個 Issue 還沒有評估資料。