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.

Gesture is not working

See original GitHub issue

BottomSheet only opens(or closes) when Button is pressed, not when I touch the screen.

Platform: Anroid (phone and emulator) “reanimated-bottom-sheet”: “^1.0.0-alpha.22” “react-native-gesture-handler”: “^1.7.0” “react-native-reanimated”: “^1.13.0”,

code:

  <Button
          title="Open Bottom Sheet"
          onPress={() => sheetRef.current.snapTo(0)}
   />
        <Button
          title="Close Bottom Sheet"
          onPress={() => sheetRef.current.snapTo(1)}
    />
  <BottomSheet
        ref={sheetRef}
        snapPoints={[450, 0]}
        initialSnap={1}
        borderRadius={30}
        renderContent={renderContent}
 />

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

3reactions
rosemary18commented, Oct 7, 2020

You need to follow the instructions for installing react-native-gesture-handler here:

https://docs.swmansion.com/react-native-gesture-handler/docs/#installation

I think this problem deal with the AndroidX migrate, and the react-native gesture handler isn’t compatible yet with AndrodX

3reactions
ivangr1commented, Oct 6, 2020

You need to follow the instructions for installing react-native-gesture-handler here:

https://docs.swmansion.com/react-native-gesture-handler/docs/#installation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Top 9 Ways to Fix Touchpad Gestures Not Working in ...
Top 9 Ways to Fix Touchpad Gestures Not Working in Windows 10 · 1. Restart PC · 2. Clean the Touchpad · 3....
Read more >
Touchpad gestures not working in windows 10
a) Press Windows and x key together and select Device Manager. a) Locate the touchpad driver. b) Right click on the Touchpad driver...
Read more >
TouchPad not working on Windows 11/10
1] Update, Rollback or reinstall the Touchpad driver ... The basic fix that you can apply is to fix the respective drivers. There...
Read more >
Touchpad multi-finger gesture does not work - Y50-70 Touch
Solution · Uninstall Synaptics related application from Control Panel --> Programs and features. · Go to Device Manager and uninstall similar drivers then...
Read more >
ASUS Smart Gesture Not Working [SOLVED] - Driver Easy
ASUS Smart Gesture Not Working [SOLVED] · 1. Press Win key and R key on your keyboard at the same time. · 2....
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