This repository has been archived by the owner on May 5, 2023. It is now read-only.
Added `details` object to propagate extra data through the navigation flow and callbacks e.g. `event` object from key presses
event propagation (#60) * added event object parameter to setFocus and navigateByDirection added event object parameter to onBecameBlurred and onBecameFocused onBecameBlurred and onBecameFocused called synchronously with navigation * fix condition for setCurrentFocusedKey * changed specific event parameter to generic details object