Commit ba447531 authored by David Narbutovich(g)'s avatar David Narbutovich(g) Committed by Dylan Vann

Fix flow types (#320)

parent 8f702ed1
......@@ -51,10 +51,10 @@ export type FastImageSource = {
export type FastImageProps = $ReadOnly<{|
...ViewProps,
onError?: ?() => void,
onLoad?: ?(event?: OnLoadEvent) => void,
onLoad?: ?(event: OnLoadEvent) => void,
onLoadEnd?: ?() => void,
onLoadStart?: ?() => void,
onProgress?: ?(event?: OnProgressEvent) => void,
onProgress?: ?(event: OnProgressEvent) => void,
source: FastImageSource | number,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment