Gesture is not working
See original GitHub issueBottomSheet 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:
- Created 3 years ago
- Reactions:2
- Comments:5
Top 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 >
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
I think this problem deal with the AndroidX migrate, and the react-native gesture handler isn’t compatible yet with AndrodX
You need to follow the instructions for installing
react-native-gesture-handler
here:https://docs.swmansion.com/react-native-gesture-handler/docs/#installation