Skip to content

Commit 37abecd

Browse files
fix: Add tintColor to Flow FastImageProps type (DylanVann#871)
1 parent c474877 commit 37abecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js.flow

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export type FastImageProps = $ReadOnly<{|
5959
source?: ?(FastImageSource | number),
6060
defaultSource?: ?number,
6161

62+
tintColor?: number | string,
6263
resizeMode?: ?ResizeModes,
6364
fallback?: ?boolean,
6465
testID?: ?string,

0 commit comments

Comments
 (0)