question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Swipeable not working on Android from Modal

See original GitHub issue

Swipeable 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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
cspicuzzacommented, Jan 29, 2020

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

react-native 0.61.5
react-native-modal 11.5.3
react-native-gesture-handler 1.5.3
react-native-navigation 4.0.6
0reactions
jakub-gonetcommented, Sep 3, 2020

Duplicate of #139.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found