Is there a way to bring focus to a React component without integrating a hidden HTML element to force the focus?
I'm trying to implement keyboard binding (using React Native and Typescript) into my application so users can interact with the app with their keyboard only and I need certain components within the app to be focused for it to listen to a keydown event.