Skip to content

Commit

Permalink
Update view.md (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqichen6 authored and hramos committed Aug 8, 2018
1 parent a84e603 commit df040b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ For `View` responder props (e.g., `onResponderMove`), the synthetic touch event
* [`accessibilityTraits`](view.md#accessibilitytraits)
* [`accessibilityViewIsModal`](view.md#accessibilityviewismodal)
* [`accessibilityElementsHidden`](view.md#accessibilityElementsHidden)
* [`accessibilityIgnoresInvertColors`](view.md#accessibilityIgnoresInvertColors)
* [`shouldRasterizeIOS`](view.md#shouldrasterizeios)

---
Expand Down Expand Up @@ -562,6 +563,18 @@ See the [Accessibility guide](accessibility.md#accessibilityelementshidden-ios)

---

### `accessibilityIgnoresInvertColors`

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 | Required | Platform |
| ---- | -------- | -------- |
| bool | No | iOS |

---

### `shouldRasterizeIOS`

Whether this `View` should be rendered as a bitmap before compositing.
Expand Down

0 comments on commit df040b5

Please sign in to comment.