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 5c56b87 commit dd769f2Copy full SHA for dd769f2
packages/react-native-renderer/src/ReactNativeTypes.js
@@ -132,9 +132,7 @@ declare const ensureNativeMethodsAreSynced: NativeMethods;
132
(ensureNativeMethodsAreSynced: INativeMethods);
133
134
export type HostInstance = NativeMethods;
135
-/*::
136
export type HostComponent<Config: {...}> = component(ref: React$RefSetter<HostInstance>, ...Config);
137
-*/
138
139
type InspectorDataProps = $ReadOnly<{
140
[propName: string]: string,
0 commit comments