mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff reverts D63643856 `_highestMeasuredFrameIndex` is not properly invalidated causing issues with previous logic when data size shrinks. bypass-github-export-checks Changelog: [General][Changed] - Revert "Fix onEndReached not being called when getItemLayout is present and we scroll past render window" Reviewed By: NickGerleman Differential Revision: D64009287 fbshipit-source-id: 8a21b57f5247fc743e65f9a730ff33a9a89d2bc1
@react-native/virtualized-lists
Installation
yarn add @react-native/virtualized-lists
Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like
Testing
To run the tests in this package, run the following commands from the React Native root folder:
yarnto install the dependencies. You just need to run this onceyarn jest packages/virtualized-lists.