Skip to content

Commit

Permalink
Merge pull request DylanVann#2 from adammcarth/ADD-RESIZE-IMAGE_ANDRO…
Browse files Browse the repository at this point in the history
…ID-PROP

Fix typo in flow type for resizeImageAndroid
  • Loading branch information
adammcarth committed Feb 1, 2019
2 parents e992775 + 0787e30 commit eeb1d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type ResizeMode = $ReadOnly<{|
center: 'center',
|}>

export type ImageResizeAndroid = $ReadOnly<{|
export type ResizeImageAndroid = $ReadOnly<{|
width: number,
height: number,
|}>
Expand Down Expand Up @@ -64,7 +64,7 @@ export type FastImageProps = $ReadOnly<{|
source: FastImageSource | number,

resizeMode?: ?ResizeModes,
imageResizeAndroid?: ?ImageResizeAndroid,
resizeImageAndroid?: ?ResizeImageAndroid,
fallback?: ?boolean,
testID?: ?string,
|}>
Expand Down

0 comments on commit eeb1d96

Please sign in to comment.