@react-native-tvos/virtualized-lists
v0.76.2-0
Published
Virtualized lists for React Native.
Downloads
76,921
Readme
@react-native-tvos/virtualized-lists
Installation
yarn add @react-native-tvos/virtualized-lists
Note: We're using yarn
to install deps. Feel free to change commands to use npm
3+ and npx
if you like
Note: this package is modified from the original at @react-native/virtualized-lists
, adding some specific changes needed for correct focus handling on TV platforms.
Testing
To run the tests in this package, run the following commands from the React Native root folder:
yarn
to install the dependencies. You just need to run this onceyarn jest packages/virtualized-lists
.