mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
92525ef3ae
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37912 # Changelog: [Internal] - I've noticed bundler spamming with cyclical dependency warnings when working on FB4A. This gets rid of the unneeded two-way dependency between `ListMetricsAggregator <-> VirtualizeUtils`. Reviewed By: NickGerleman Differential Revision: D46761080 fbshipit-source-id: a25f7eebbd177e24c39dad9af7ac574f3aa30f35
@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.