mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
aab9df3710
Summary: Changelog: [General][Fixed] - Gracefully handle out-of-bounds initialScrollIndex Reviewed By: rshest Differential Revision: D43672964 fbshipit-source-id: dbd9007c538015fc586e573d268135b7557dc908
23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"name": "@react-native/virtualized-lists",
|
|
"version": "0.72.2",
|
|
"description": "Virtualized lists for React Native.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/virtualized-lists"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"invariant": "^2.2.4",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"react-test-renderer": "18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "*",
|
|
"react-test-renderer": "18.2.0"
|
|
}
|
|
}
|