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
The RNGH ScrollView doesn't count Pressable taps or Gesture.Tap() taps as handled in the context of keyboardShouldPersistTaps. This is both on iOS and Android.
For the purpose of demonstration I set up the same example with RN components and RNGH components:
Description
The RNGH ScrollView doesn't count
Pressabletaps orGesture.Tap()taps as handled in the context ofkeyboardShouldPersistTaps. This is both on iOS and Android.For the purpose of demonstration I set up the same example with RN components and RNGH components:
Screen.Recording.2026-01-19.at.21.09.55.mov
Here is the code:
Steps to reproduce
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.30.0
React Native version
0.81
Platforms
iOS, Android
JavaScript runtime
None
Workflow
None
Architecture
New Architecture (Fabric)
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes