fix: Add tintColor type definition.

This commit is contained in:
Mamoru Amano 2019-06-04 08:47:03 +09:00 committed by Dylan Vann
parent 4e87892159
commit 4adf42f935
1 changed files with 7 additions and 0 deletions

7
src/index.d.ts vendored
View File

@ -109,6 +109,13 @@ export interface FastImageProperties {
* Style
*/
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.