In my software, I’m utilizing react-native-navigation
to deal with display navigation and modals. I’ve applied a modal that incorporates tabs utilizing react-native-tab-view
. Usually, when a modal is open utilizing react-native-navigation
, customers can swipe down on the modal to shut it. This gesture works as anticipated on different components of the modal. Nevertheless, I’ve seen that this swipe-down gesture to shut the modal doesn’t work when carried out over the realm the place the react-native-tab-view
is displayed.
Atmosphere:
- react-native: 0.72.5
- react-native-tab-view: 3.5.2
- react-native-navigation: 7.37.0-hotfix.1
What I’ve Tried:
- Verified that the swipe-down gesture works on different components of the modal or with out the tabview from react-native-tab-view.
- Looked for any associated points within the respective libraries, GitHub points and discussions.
Thanks upfront for any assist or ideas!