Skip to content

Commit

Permalink
Update accessibilityIgnoresInvertColors in TouchableWithoutFeedback (#…
Browse files Browse the repository at this point in the history
…4074)

Co-authored-by: Patryk [C] Fryda <[email protected]>
  • Loading branch information
pafry7 and Patryk [C] Fryda authored Dec 2, 2024
1 parent d83bef1 commit edc693e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/touchablewithoutfeedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ export default TouchableWithoutFeedbackExample;

## Props

### `accessibilityIgnoresInvertColors`
### `accessibilityIgnoresInvertColors` <div class="label ios">iOS</div>

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 |
| ------- |
Expand Down

0 comments on commit edc693e

Please sign in to comment.