Skip to content

Commit

Permalink
fix: Add tintColor type definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoru0217 authored and DylanVann committed Jun 3, 2019
1 parent 4e87892 commit 4adf42f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4adf42f

Please sign in to comment.