We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd2c62 commit cd90a4dCopy full SHA for cd90a4d
packages/react-native-renderer/src/ReactNativeTypes.js
@@ -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 = (
0 commit comments