Skip to content

Commit cd90a4d

Browse files
authored
[react-native] Suppress Flow nonstrict-import check in ReactNativeTypes (facebook#32349)
Summary: Unblock internal sync. Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 3dd2c62 commit cd90a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native-renderer/src/ReactNativeTypes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111

1212
import type {ElementRef, ElementType, MixedElement} from 'react';
13+
// $FlowFixMe[nonstrict-import] TODO(@rubennorte)
1314
import {type PublicRootInstance} from 'react-native/Libraries/ReactPrivate/ReactNativePrivateInterface';
1415

1516
export type MeasureOnSuccessCallback = (

0 commit comments

Comments
 (0)