new-merge fixes

Summary:
Some final fixes to enable Flow [new-merge](https://fb.workplace.com/groups/floweng/permalink/7366473803401171/) mode.

Changelog: [internal]

Reviewed By: samwgoldman

Differential Revision: D33110844

fbshipit-source-id: 96755262af44e48269cd64473412ed0b6dd9cfcf
This commit is contained in:
Panagiotis Vekris
2021-12-14 20:39:14 -08:00
committed by Facebook GitHub Bot
parent 8f6aee0df5
commit abbb4b5bb9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ async function queryCache(
return await NativeImageLoaderAndroid.queryCache(urls);
}
type ImageComponentStatics = $ReadOnly<{|
export type ImageComponentStatics = $ReadOnly<{|
getSize: typeof getSize,
getSizeWithHeaders: typeof getSizeWithHeaders,
prefetch: typeof prefetch,
+1 -1
View File
@@ -86,7 +86,7 @@ async function queryCache(
return await NativeImageLoaderIOS.queryCache(urls);
}
type ImageComponentStatics = $ReadOnly<{|
export type ImageComponentStatics = $ReadOnly<{|
getSize: typeof getSize,
getSizeWithHeaders: typeof getSizeWithHeaders,
prefetch: typeof prefetch,