Skip to content

Commit

Permalink
[react-native] Suppress Flow nonstrict-import check in ReactNativeTyp…
Browse files Browse the repository at this point in the history
…es (#32349)

Summary: Unblock internal sync.

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
poteto authored Feb 10, 2025
1 parent 3dd2c62 commit cd90a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native-renderer/src/ReactNativeTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

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

export type MeasureOnSuccessCallback = (
Expand Down

0 comments on commit cd90a4d

Please sign in to comment.