Current implementation of Pressable does not allow for keyboard input.
Keyboard input is an important accessibility feature present on most if not all other gh components, and all the core ones.
Here is a preview of the issue - as it is visible, I am unable to press the Pressable with the enter key.
Description
Current implementation of
Pressable
does not allow for keyboard input. Keyboard input is an important accessibility feature present on most if not all othergh
components, and all thecore
ones.Here is a preview of the issue - as it is visible, I am unable to press the
Pressable
with theenter
key.https://github.com/software-mansion/react-native-gesture-handler/assets/74246391/7bae06b0-419b-4efc-a9c8-a320c5560180
blocked by: #2981no longer blockedSteps to reproduce
Pressable
component in oneView
.Pressable
, press enter - element gets activated.Pressable
, press enter - no action happens.Snack or a link to a repository
https://github.com/software-mansion/react-native-gesture-handler/blob/%40latekvo/fix-pressable-event-propagation/example/src/release_tests/nestedPressables/index.tsx
Gesture Handler version
n/a
React Native version
n/a
Platforms
Web
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
Web - all browsers
Acknowledgements
Yes