react-spatial-navigation
react-spatial-navigation copied to clipboard
DEPRECATED. HOC-based Spatial Navigation. NEW Hooks version is available here: https://github.com/NoriginMedia/norigin-spatial-navigation
If a user presses any Arrow keys but there is no element focussed at the time. We want to be able to return focus to the safest element on any...
There are two scenarios here: 1. Directly focusing via `setFocus()` (a focus "teleport") 2. Shifting focus via the directional keys (a focus "shift") At the minimum, components with `focusable={false}` should...
## Added dependency This adds the [EventEmitter3](https://github.com/primus/eventemitter3) package, which implements the [Node.js `EventEmitter` API](https://nodejs.org/api/events.html), with some minor differences noted in the repository's readme. It is chosen for supporting Node, browser,...
**Describe the bug** I'm examining how mouse and keyboard behave together in a React Native Web App, with an interest in supporting desktop browsers (where either interaction mechanism might be...