@samitouri / QOS-React / commits / cd90a4d8c0

[react-native] Suppress Flow nonstrict-import check in ReactNativeTypes (#32349)

Summary: Unblock internal sync. Test Plan: Reviewers: Subscribers: Tasks: Tags:

lauren committed Feb 10, 2025 at 15:46 UTC cd90a4d8c0d5dbaa8ab61e839b112b1518d5058f
1 file changed +1
packages/react-native-renderer/src/ReactNativeTypes.js
+1
@@ -10,6 +10,7 @@
10 */
11
12 import type {ElementRef, ElementType, MixedElement} from 'react';
13 +// $FlowFixMe[nonstrict-import] TODO(@rubennorte)
14 import {type PublicRootInstance} from 'react-native/Libraries/ReactPrivate/ReactNativePrivateInterface';
15
16 export type MeasureOnSuccessCallback = (