You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a web-only bug that I accidentally noticed. If you click on a TextInput and drag outside of its container, the container's onPress stops working. I assume the gesture on the Pressable becomes stuck in some unhandled state. If the Pressable and TextInput components from "react-native" are used, the bug is not reproducible.
Description
This is a web-only bug that I accidentally noticed. If you click on a
TextInputand drag outside of its container, the container'sonPressstops working. I assume the gesture on thePressablebecomes stuck in some unhandled state. If the Pressable and TextInput components from "react-native" are used, the bug is not reproducible.web.mov
Steps to reproduce
onPresswon't be called regardless of where on the Pressable you clickA link to a Gist, an Expo Snack or a link to a repository based on this template that reproduces the bug.
n/a
Gesture Handler version
2.30.0
React Native version
0.82.0
Platforms
Web
JavaScript runtime
None
Workflow
None
Architecture
New Architecture (Fabric)
Build type
None
Device
iOS simulator
Device model
No response
Acknowledgements
Yes