@react-native/virtualized-lists 0.82.0-rc.0 → 0.83.0-nightly-20250904-5d65794ee

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/index.js CHANGED
@@ -19,7 +19,7 @@ import {typeof VirtualizedListContextResetter as VirtualizedListContextResetterT
19
19
  import {keyExtractor} from './Lists/VirtualizeUtils';
20
20
 
21
21
  export type {
22
- ViewToken,
22
+ ViewToken as ListViewToken,
23
23
  ViewabilityConfig,
24
24
  ViewabilityConfigCallbackPair,
25
25
  ViewabilityConfigCallbackPairs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/virtualized-lists",
3
- "version": "0.82.0-rc.0",
3
+ "version": "0.83.0-nightly-20250904-5d65794ee",
4
4
  "description": "Virtualized lists for React Native.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -4,7 +4,7 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
- * @generated SignedSource<<41975efe8a896e3e8783c422580b8a9b>>
7
+ * @generated SignedSource<<1eaf7f479c139c4bcc1ad5117c813ecf>>
8
8
  *
9
9
  * This file was translated from Flow by scripts/js-api/build-types/index.js.
10
10
  * Original file: packages/virtualized-lists/index.js
@@ -20,7 +20,7 @@ import type { AnyVirtualizedSectionList as AnyVirtualizedSectionListT } from "./
20
20
  import { type VirtualizedListContextResetter as $$IMPORT_TYPEOF_4$$ } from "./Lists/VirtualizedListContext";
21
21
  type VirtualizedListContextResetterT = typeof $$IMPORT_TYPEOF_4$$;
22
22
  import { keyExtractor } from "./Lists/VirtualizeUtils";
23
- export type { ViewToken, ViewabilityConfig, ViewabilityConfigCallbackPair, ViewabilityConfigCallbackPairs } from "./Lists/ViewabilityHelper";
23
+ export type { ViewToken as ListViewToken, ViewabilityConfig, ViewabilityConfigCallbackPair, ViewabilityConfigCallbackPairs } from "./Lists/ViewabilityHelper";
24
24
  export type { CellRendererProps, ListRenderItemInfo, ListRenderItem, Separators, VirtualizedListProps } from "./Lists/VirtualizedListProps";
25
25
  export type { VirtualizedSectionListProps, ScrollToLocationParamsType, SectionBase, SectionData } from "./Lists/VirtualizedSectionList";
26
26
  export type { FillRateInfo } from "./Lists/FillRateHelper";