We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e87892 commit 4adf42fCopy full SHA for 4adf42f
src/index.d.ts
@@ -109,6 +109,13 @@ export interface FastImageProperties {
109
* Style
110
*/
111
style?: StyleProp<ImageStyle>
112
+
113
+ /**
114
+ * TintColor
115
+ *
116
+ * If supplied, changes the color of all the non-transparent pixels to the given color.
117
+ */
118
+ tintColor?: number | string
119
120
/**
121
* A unique identifier for this element to be used in UI Automation testing scripts.
0 commit comments