Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the issue
I am unable to register the onKeyDown unless the component is being clicked.
Expected behavior
I am expecting both event handlers to be working simultaneously
Steps to reproduce
- Use the official template
- open the console hit any key
- Try to click on the pressable component.
- Hit any key again to see the onKeyDown is logging the keycode successfully/
Test case
Additional comments
No response