React native tv focus wrapper, this wrapper was made to overcome focus delay issues when setting style from JS thread. Now we only support TVOS and soon androidTV and firestick. One other pending issue is to send animation and focus style from RN.
npm install react-native-tv-focus-wrapper
import TvFocusWrapperView from "react-native-tv-focus-wrapper";
// ...
<TvFocusWrapperView>
<View style={{ width: 100, height: 100, backgroundColor: 'blue' }} />
</TvFocusWrapperView>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library