@react-native/virtualized-lists 0.87.0-rc.0 → 0.87.0-rc.2

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.
@@ -43,7 +43,7 @@ let _sampleRate = DEBUG ? 1 : null;
43
43
  * samples (e.g. to log them), make sure to call `FillRateHelper.setSampleRate(0.0-1.0)`.
44
44
  *
45
45
  * Listeners and sample rate are global for all `VirtualizedList`s - typical usage will combine with
46
- * `SceneTracker.getActiveScene` to determine the context of the events.
46
+ * the active scene/route to determine the context of the events.
47
47
  */
48
48
  class FillRateHelper {
49
49
  _anyBlankStartTime: ?number = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/virtualized-lists",
3
- "version": "0.87.0-rc.0",
3
+ "version": "0.87.0-rc.2",
4
4
  "description": "Virtualized lists for React Native.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "exports": {
23
23
  ".": {
24
- "react-native-strict-api": "./types_generated/index.d.ts",
25
- "types": "./index.d.ts",
24
+ "react-native-legacy-deep-imports": "./index.d.ts",
25
+ "types": "./types_generated/index.d.ts",
26
26
  "default": "./index.js"
27
27
  },
28
28
  "./*": {
@@ -53,7 +53,7 @@
53
53
  "peerDependencies": {
54
54
  "@types/react": "^19.2.0",
55
55
  "react": "*",
56
- "react-native": "0.87.0-rc.0"
56
+ "react-native": "0.87.0-rc.2"
57
57
  },
58
58
  "peerDependenciesMeta": {
59
59
  "@types/react": {
@@ -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<<1ccfec0a0722ba9e0e9fb01d1ed7221c>>
7
+ * @generated SignedSource<<ddb8b4e8c3fbd3f033554686e1a445f3>>
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/Lists/FillRateHelper.js
@@ -31,7 +31,7 @@ declare class Info {
31
31
  * samples (e.g. to log them), make sure to call `FillRateHelper.setSampleRate(0.0-1.0)`.
32
32
  *
33
33
  * Listeners and sample rate are global for all `VirtualizedList`s - typical usage will combine with
34
- * `SceneTracker.getActiveScene` to determine the context of the events.
34
+ * the active scene/route to determine the context of the events.
35
35
  */
36
36
  declare class FillRateHelper {
37
37
  static addListener(callback: ($$PARAM_0$$: FillRateInfo) => void): {