mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ec5a98b1f5
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52887 Syncs Reac 19.1.1 into React Native. This commit should contains the fix for: - React owner stack in React Native - An issue with React holding shadow node for longer than it needed - An issue that made `startTransition` not working with React Native. ## Changelog: [General][Changed] - Bumped React to 19.1.1 bypass-github-export-checks Reviewed By: cortinico Differential Revision: D79096406 fbshipit-source-id: cbb2f846b1f08ba5ff482cfed5aaddc16df075cc
@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.