Skip to content

Commit

Permalink
fix: Add tintColor to Flow FastImageProps type (DylanVann#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDanielTom authored Oct 31, 2022
1 parent c474877 commit 37abecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export type FastImageProps = $ReadOnly<{|
source?: ?(FastImageSource | number),
defaultSource?: ?number,

tintColor?: number | string,
resizeMode?: ?ResizeModes,
fallback?: ?boolean,
testID?: ?string,
Expand Down

0 comments on commit 37abecd

Please sign in to comment.