0.2.9 • Published 1 year ago

react-native-tv-focus-wrapper v0.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-tv-focus-wrapper

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.

Installation

npm install react-native-tv-focus-wrapper

Usage

import TvFocusWrapperView from "react-native-tv-focus-wrapper";

// ...
<TvFocusWrapperView>
  <View style={{ width: 100, height: 100, backgroundColor: 'blue' }} />
</TvFocusWrapperView>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago