Skip to content

Commit 4adf42f

Browse files
mamoru0217DylanVann
authored andcommitted
fix: Add tintColor type definition.
1 parent 4e87892 commit 4adf42f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/index.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ export interface FastImageProperties {
109109
* Style
110110
*/
111111
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
112119

113120
/**
114121
* A unique identifier for this element to be used in UI Automation testing scripts.

0 commit comments

Comments
 (0)