diff --git a/src/index.js.flow b/src/index.js.flow index 7f4c76671..8124c868a 100644 --- a/src/index.js.flow +++ b/src/index.js.flow @@ -59,6 +59,7 @@ export type FastImageProps = $ReadOnly<{| source?: ?(FastImageSource | number), defaultSource?: ?number, + tintColor?: number | string, resizeMode?: ?ResizeModes, fallback?: ?boolean, testID?: ?string,