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:37:50 -08:00 коммит произвёл Facebook GitHub Bot
Родитель 8f6aee0df5
Коммит abbb4b5bb9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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,

Просмотреть файл

@ -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,