mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
8f6aee0df5
commit
abbb4b5bb9
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user