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 a7d07ff commit cbf0bc0Copy full SHA for cbf0bc0
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