From Keyboarding in React Native Desktop document:
Property that determines whether this View, Touchable should be focusable with a non-touch input device, eg. receive focus with a hardware keyboard. Setting the property to true will make that View compoonent become a part of tabbing loop.
- Add focusable to Pressable