Pressable component trigger onPressIn and onPressOut at the same time even if the touch is held #3280
Labels
Platform: Android
This issue is specific to Android
Repro provided
A reproduction with a snack or repo is provided
Description
Hello,
I try to change the state of a component with
Pressable
onPressIn
andonPressOut
events but both are called at the same time even I hold the touch.The problem seems to occur only on Android.
I have to switch to
Pressable
react-native component to bypass it.Steps to reproduce
Snack or a link to a repository
https://github.com/TomCorvus/RNavigation
Gesture Handler version
2.21.2
React Native version
0.76.3
Platforms
Android
JavaScript runtime
Hermes
Workflow
Expo bare workflow
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Android emulator
Device model
Pixel 7 Pro
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: