;
- };
-}
-
-/**
- * @deprecated Use NativeMethods instead.
- */
-export type NativeMethodsMixin = NativeMethods;
-/**
- * @deprecated Use NativeMethods instead.
- */
-export type NativeMethodsMixinType = NativeMethods;
-
-/**
- * Represents a native component, such as those returned from `requireNativeComponent`.
- *
- * @see https://github.com/facebook/react-native/blob/v0.62.0-rc.5/Libraries/Renderer/shims/ReactNativeTypes.js
- *
- * @todo This should eventually be defined as an AbstractComponent, but that
- * should first be introduced in the React typings.
- */
-export interface HostComponent
- extends Pick<
- React.ComponentClass
,
- Exclude, 'new'>
- > {
- new (props: P, context?: any): React.Component & Readonly;
-}
diff --git a/Libraries/Renderer/shims/ReactNativeTypes.js b/Libraries/Renderer/shims/ReactNativeTypes.js
index e1e8dfaff3b060..39ecaf5257a8b1 100644
--- a/Libraries/Renderer/shims/ReactNativeTypes.js
+++ b/Libraries/Renderer/shims/ReactNativeTypes.js
@@ -1,12 +1,12 @@
/**
- * Copyright (c) Facebook, Inc. and its affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow strict
- * @generated SignedSource<<81b3507b34f3a91f9bf71beb0f487340>>
+ * @generated SignedSource<>
*
* This file was sync'd from the facebook/react repository.
*/
diff --git a/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js b/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js
index 589303502e6b62..d46f2f70abc4e5 100644
--- a/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js
+++ b/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js
@@ -1,12 +1,12 @@
/**
- * Copyright (c) Facebook, Inc. and its affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow strict-local
- * @generated SignedSource<<825c6cbf78ba133c9a0ffdeace7f6fc0>>
+ * @generated SignedSource<>
*
* This file was sync'd from the facebook/react repository.
*/
diff --git a/Libraries/Renderer/shims/createReactNativeComponentClass.js b/Libraries/Renderer/shims/createReactNativeComponentClass.js
index 51bf22b7965bba..e1aee01e405d83 100644
--- a/Libraries/Renderer/shims/createReactNativeComponentClass.js
+++ b/Libraries/Renderer/shims/createReactNativeComponentClass.js
@@ -1,12 +1,12 @@
/**
- * Copyright (c) Facebook, Inc. and its affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow strict-local
- * @generated SignedSource<<4f1549884fbe8fc2aea495692e3f665d>>
+ * @generated SignedSource<<7d3d4090dadea2daa09d92e5e66f6e5d>>
*
* This file was sync'd from the facebook/react repository.
*/