NoriginMedia / react-spatial-navigation

DEPRECATED. HOC-based Spatial Navigation. NEW Hooks version is available here: https://github.com/NoriginMedia/norigin-spatial-navigation
MIT License
226 stars 64 forks source link

feat: APIs for reading the currently focused component and its key. #52

Closed shirakaba closed 1 year ago

shirakaba commented 4 years ago

Implement getFocusableComponent, getCurrentFocusedComponent, and getCurrentFocusedKey.

Closes #44

Depends upon documentation-only PR #51, as it includes the instance APIs documentation.