-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Close when staleThe issue will be closed automatically if it remains inactiveThe issue will be closed automatically if it remains inactiveMissing infoMissing reproPlatform: Web
Description
Description
Adding onPressIn callback leads to an error.
Failed to execute 'setPointerCapture' on 'Element': InvalidStateError
Steps to reproduce
-
import { Pressable } from 'react-native-gesture-handler';
-
<Pressable onPressIn={(}) => {}} />
-
Press.
-
Error:
Failed to execute 'setPointerCapture' on 'Element': InvalidStateError
A link to a Gist, an Expo Snack or a link to a repository based on this template that reproduces the bug.
Gesture Handler version
2.29.0
React Native version
0.81.5
Platforms
Web
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
Metadata
Metadata
Assignees
Labels
Close when staleThe issue will be closed automatically if it remains inactiveThe issue will be closed automatically if it remains inactiveMissing infoMissing reproPlatform: Web