Swipeable not working on Android from Modal
See original GitHub issueSwipeable is not working on Android when used inside a Modal (as provided by react-native-modal), unless I set coverScreen={false} on the Modal but that upsets its positioning in some cases.
I’m on RN 0.59.10 and RNGH 1.3.0 (have also tried 1.4.0).
I think this is the same issue as #139, but I’m not sure.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
On android of react-native-modalize swipe is not working
On android of react-native-modalize it is not possible to close the modal by swipe. On IOS it is working perfect with out any...
Read more >Swipeable is not working on android? - React Native
here is my MessagesScreen.js import React from 'react'; import { FlatList, StyleSheet, View} from 'react-native'; import ListItem from '.
Read more >ion-modal: Ionic Mobile App Custom Modal API Component
ion-modal is a dialog that appears on top of mobile app content, and must be dismissed before interaction resumes. Learn more about custom...
Read more >Swipeable | React Native Gesture Handler - Software Mansion
a number that specifies how much the visual interaction will be delayed compared to the gesture distance. e.g. value of 1 will indicate...
Read more >Troubleshooting | React Native Bottom Sheet - GitHub Pages
Pressables / Touchables are not working on Android ... Due to wrapping the content and handle with TapGestureHandler & PanGestureHandler , any gesture ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

No RNGH Touchables are working for me inside a modal on Android. RN Touchables do work though. All my views are wrapped with
gestureHandlerRootHOCDuplicate of #139.