diff --git a/src/index.js.flow b/src/index.js.flow index b6f67366..764cb855 100644 --- a/src/index.js.flow +++ b/src/index.js.flow @@ -237,6 +237,7 @@ export type ImageProps = { preserveAspectRatio?: string, opacity?: NumberProp, clipPath?: string, + id?: string, ... } & ResponderProps & CommonMaskProps &