Skip to content

Commit

Permalink
fix: Flow syntax error (DylanVann#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar authored Sep 5, 2022
1 parent f6a3fe4 commit a10ab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export type FastImageProps = $ReadOnly<{|
onProgress?: ?(event: OnProgressEvent) => void,

source?: ?(FastImageSource | number),
defaultSource?: ?number
defaultSource?: ?number,

resizeMode?: ?ResizeModes,
fallback?: ?boolean,
Expand Down

0 comments on commit a10ab3f

Please sign in to comment.