From 3de667b2228fa56107d13803a8c3a0cdf394ed31 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Dall'Agnol Date: Wed, 31 Aug 2022 21:23:01 -0300 Subject: [PATCH 1/2] feat: Add tintColor prop to Image docs --- docs/image.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/image.md b/docs/image.md index 82c8349770f..e958caebc8e 100644 --- a/docs/image.md +++ b/docs/image.md @@ -446,6 +446,14 @@ A unique identifier for this element to be used in UI Automation testing scripts | ------ | | string | +### `tintColor` + +Changes the color of all the non-transparent pixels to the tintColor. + +| Type | +| ------------------ | +| [color](colors.md) | + ## Methods ### `abortPrefetch()`
Android
From 4333de0d825c41e6a592450622a2b687d31754b9 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Dall'Agnol Date: Tue, 6 Sep 2022 09:02:39 -0300 Subject: [PATCH 2/2] Update docs/image.md Co-authored-by: Bartosz Kaszubowski --- docs/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/image.md b/docs/image.md index e958caebc8e..f1306f49a2f 100644 --- a/docs/image.md +++ b/docs/image.md @@ -448,7 +448,7 @@ A unique identifier for this element to be used in UI Automation testing scripts ### `tintColor` -Changes the color of all the non-transparent pixels to the tintColor. +Changes the color of all non-transparent pixels to the `tintColor`. | Type | | ------------------ |