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 4c27037 commit 9354dd2Copy full SHA for 9354dd2
packages/react-native-renderer/src/ReactNativeTypes.js
@@ -119,10 +119,7 @@ export type NativeMethods = {
119
};
120
121
export type NativeMethodsMixinType = NativeMethods;
122
-export type HostComponent<T> = AbstractComponent<
123
- T,
124
- $ReadOnly<$Exact<NativeMethods>>,
125
->;
+export type HostComponent<T> = AbstractComponent<T, $ReadOnly<NativeMethods>>;
126
127
type SecretInternalsType = {
128
NativeMethodsMixin: NativeMethodsMixinType,
0 commit comments