diff --git a/src/index.d.ts b/src/index.d.ts index 20fce12f9..fad277e39 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -109,6 +109,13 @@ export interface FastImageProperties { * Style */ style?: StyleProp + + /** + * TintColor + * + * If supplied, changes the color of all the non-transparent pixels to the given color. + */ + tintColor?: number | string /** * A unique identifier for this element to be used in UI Automation testing scripts.