fix: Add tintColor type definition.
This commit is contained in:
parent
4e87892159
commit
4adf42f935
|
@ -110,6 +110,13 @@ export interface FastImageProperties {
|
|||
*/
|
||||
style?: StyleProp<ImageStyle>
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue