@react-native/virtualized-lists 0.87.0-nightly-20260618-57cc504c8 → 0.87.0-nightly-20260618-e1b0c7750
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -16
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,21 +1,10 @@
|
|
|
1
1
|
# @react-native/virtualized-lists
|
|
2
2
|
|
|
3
|
-
[![
|
|
3
|
+
[![npm]](https://www.npmjs.com/package/@react-native/virtualized-lists) [![npm downloads]](https://www.npmjs.com/package/@react-native/virtualized-lists)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[npm]: https://img.shields.io/npm/v/@react-native/virtualized-lists.svg?color=blue
|
|
6
|
+
[npm downloads]: https://img.shields.io/npm/dm/@react-native/virtualized-lists.svg
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
yarn add @react-native/virtualized-lists
|
|
9
|
-
```
|
|
8
|
+
> This is an internal dependency of React Native. **Please don't depend on it directly.**
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
[version-badge]: https://img.shields.io/npm/v/@react-native/virtualized-lists?style=flat-square
|
|
14
|
-
[package]: https://www.npmjs.com/package/@react-native/virtualized-lists
|
|
15
|
-
|
|
16
|
-
## Testing
|
|
17
|
-
|
|
18
|
-
To run the tests in this package, run the following commands from the React Native root folder:
|
|
19
|
-
|
|
20
|
-
1. `yarn` to install the dependencies. You just need to run this once
|
|
21
|
-
2. `yarn jest packages/virtualized-lists`.
|
|
10
|
+
Virtualized list primitives (`VirtualizedList`, `VirtualizedSectionList`) backing React Native's `FlatList` and `SectionList` components.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native/virtualized-lists",
|
|
3
|
-
"version": "0.87.0-nightly-20260618-
|
|
3
|
+
"version": "0.87.0-nightly-20260618-e1b0c7750",
|
|
4
4
|
"description": "Virtualized lists for React Native.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@types/react": "^19.2.0",
|
|
55
55
|
"react": "*",
|
|
56
|
-
"react-native": "0.87.0-nightly-20260618-
|
|
56
|
+
"react-native": "0.87.0-nightly-20260618-e1b0c7750"
|
|
57
57
|
},
|
|
58
58
|
"peerDependenciesMeta": {
|
|
59
59
|
"@types/react": {
|