From edc693e094f120e56aaf78b08b887feb1ad65c54 Mon Sep 17 00:00:00 2001 From: Patryk Fryda <41058200+pafry7@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:38:52 +0100 Subject: [PATCH] Update accessibilityIgnoresInvertColors in TouchableWithoutFeedback (#4074) Co-authored-by: Patryk [C] Fryda --- docs/touchablewithoutfeedback.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/touchablewithoutfeedback.md b/docs/touchablewithoutfeedback.md index 977375e08da..1096aa7c695 100644 --- a/docs/touchablewithoutfeedback.md +++ b/docs/touchablewithoutfeedback.md @@ -84,7 +84,11 @@ export default TouchableWithoutFeedbackExample; ## Props -### `accessibilityIgnoresInvertColors` +### `accessibilityIgnoresInvertColors`
iOS
+ +A value indicating this view should or should not be inverted when color inversion is turned on. A value of `true` will tell the view to not be inverted even if color inversion is turned on. + +See the [Accessibility guide](accessibility.md#accessibilityignoresinvertcolors) for more information. | Type | | ------- |