From e477fa5062830efa450df54c547989fdd3cce824 Mon Sep 17 00:00:00 2001 From: Marco Wang Date: Tue, 10 Mar 2026 01:18:53 -0700 Subject: [PATCH] Codemod and sign a bunch of out of date files Summary: Those js1 files are out of sync. Codemod'ed and signed manually Differential Revision: D95907848 --- .../Libraries/Renderer/shims/ReactNativeTypes.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js b/packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js index bd5cf5eaace..ce1ef8ba5ce 100644 --- a/packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js +++ b/packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js @@ -7,7 +7,7 @@ * @noformat * @nolint * @flow strict - * @generated SignedSource<> + * @generated SignedSource<<92e58516ae5a36a4946f0aecaf1010fa>> */ import type { @@ -84,7 +84,7 @@ type InspectorDataProps = $ReadOnly<{ }>; type InspectorDataGetter = ( - ( + ( componentOrHandle: React.ElementRef | number, ) => ?number, ) => $ReadOnly<{ @@ -143,10 +143,10 @@ export type RenderRootOptions = { * Provide minimal Flow typing for the high-level RN API and call it a day. */ export type ReactNativeType = { - findHostInstance_DEPRECATED( + findHostInstance_DEPRECATED( componentOrHandle: ?(React.ElementRef | number), ): ?PublicInstance, - findNodeHandle( + findNodeHandle( componentOrHandle: ?(React.ElementRef | number), ): ?number, isChildPublicInstance(parent: PublicInstance, child: PublicInstance): boolean, @@ -172,10 +172,10 @@ export opaque type Node = mixed; export opaque type InternalInstanceHandle = mixed; export type ReactFabricType = { - findHostInstance_DEPRECATED( + findHostInstance_DEPRECATED( componentOrHandle: ?(React.ElementRef | number), ): ?PublicInstance, - findNodeHandle( + findNodeHandle( componentOrHandle: ?(React.ElementRef | number), ): ?number, dispatchCommand(