Skip to content

Commit edc693e

Browse files
pafry7Patryk [C] Fryda
andauthored
Update accessibilityIgnoresInvertColors in TouchableWithoutFeedback (facebook#4074)
Co-authored-by: Patryk [C] Fryda <[email protected]>
1 parent d83bef1 commit edc693e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/touchablewithoutfeedback.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ export default TouchableWithoutFeedbackExample;
8484

8585
## Props
8686

87-
### `accessibilityIgnoresInvertColors`
87+
### `accessibilityIgnoresInvertColors` <div class="label ios">iOS</div>
88+
89+
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.
90+
91+
See the [Accessibility guide](accessibility.md#accessibilityignoresinvertcolors) for more information.
8892

8993
| Type |
9094
| ------- |

0 commit comments

Comments
 (0)