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.

Swiping & ovelayPressed is not working in android

See original GitHub issue

Describe the bug I’m using the modalize component to trigger in a flat list item tap.This is my code.Please give a solution.

<Modalize ref={this.modalizeRef}
            //  snapPoint={300}
            panGestureComponentEnabled={true}
            panGestureEnabled={true}
            withReactModal={true}
            modalHeight={200}

          ><Text>...your content</Text></Modalize>

Reproduce

  • Create a demo on https://snack.expo.io to reproduce the issue.
  • Add gif screenshots to help explain your issue.

Dependencies:

  • react-native-modalize [e.g. 1.3.7-rc.19]
  • react-native [e.g. 0.62.0]
  • react-native-gesture-handler [e.g. 1.6.0]
  • expo/react-navigation/react-native-navigation: [e.g. expo@37.0.3]

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:21 (7 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Android 11 gestures not working properly - Google Support
Hi Nick, you're probably swiping up from the bottom bar. That wouldn't work. You need to swipe up from the search bar or...
Read more >
Android swipe gesture not working for child views
my working solution to this problem is using an invisible layer above the view with children as following:
Read more >
Fix Unable to Swipe Up to Open Apps Screen after Android 10 ...
See how you can fix issue with unable to swipe up to open apps screen after Android 10 update on Galaxy S10 /...
Read more >
android outlook swipe left/right to next/previous message not
This works for some time after reinstalling the app, but then stops working shortly after. Sometimes within an hour. Sometimes weeks/months.
Read more >
Swipe-down-for-Quick-access-not-working - English Community
Model: Lenovo TB-J606F, Android:11, ... Problem: From 'Home' screen or any app, the swipe down gesture from the top of the screen (in ......
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