@react-native/virtualized-lists 0.88.0-rc.0 → 0.89.0-nightly-20260909-b830082cf

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.
@@ -13,7 +13,7 @@
13
13
  import type ListMetricsAggregator from './ListMetricsAggregator';
14
14
  import type {CellMetricProps} from './ListMetricsAggregator';
15
15
 
16
- import * as ReactNativeFeatureFlags from 'react-native/src/private/featureflags/ReactNativeFeatureFlags';
16
+ import {ReactNativeFeatureFlags} from 'react-native/react-private-interface';
17
17
 
18
18
  /**
19
19
  * Used to find the indices of the frames that overlap the given offsets. Useful for finding the
@@ -64,7 +64,7 @@ import {
64
64
  View,
65
65
  findNodeHandle,
66
66
  } from 'react-native';
67
- import * as ReactNativeFeatureFlags from 'react-native/src/private/featureflags/ReactNativeFeatureFlags';
67
+ import {ReactNativeFeatureFlags} from 'react-native/react-private-interface';
68
68
 
69
69
  export type {ListRenderItemInfo, ListRenderItem, Separators};
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/virtualized-lists",
3
- "version": "0.88.0-rc.0",
3
+ "version": "0.89.0-nightly-20260909-b830082cf",
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.88.0-rc.0"
56
+ "react-native": "0.89.0-nightly-20260909-b830082cf"
57
57
  },
58
58
  "peerDependenciesMeta": {
59
59
  "@types/react": {