diff --git a/docs/next/accessibility.html b/docs/next/accessibility.html index fe498213528..cb80c8f4d1a 100644 --- a/docs/next/accessibility.html +++ b/docs/next/accessibility.html @@ -73,7 +73,7 @@ In the above example, VoiceOver will read the hint after the label, if the user has hints enabled in the device's VoiceOver settings. Read more about guidelines for accessibilityHint in the iOS Developer Docs

Android In the above example, Talkback will read the hint after the label. At this time, hints cannot be turned off on Android.

-

accessibilityIgnoresInvertColors(iOS)

+

accessibilityIgnoresInvertColors(iOS)

Inverting screen colors is an Accessibility feature that makes the iPhone and iPad easier on the eyes for some people with a sensitivity to brightness, easier to distinguish for some people with color blindness, and easier to make out for some people with low vision. However, sometimes you have views such as photos that you don't want to be inverted. In this case, you can set this property to be false so that these specific views won't have their colors inverted.

accessibilityRole (iOS, Android)

diff --git a/docs/next/accessibility/index.html b/docs/next/accessibility/index.html index fe498213528..cb80c8f4d1a 100644 --- a/docs/next/accessibility/index.html +++ b/docs/next/accessibility/index.html @@ -73,7 +73,7 @@ In the above example, VoiceOver will read the hint after the label, if the user has hints enabled in the device's VoiceOver settings. Read more about guidelines for accessibilityHint in the iOS Developer Docs

Android In the above example, Talkback will read the hint after the label. At this time, hints cannot be turned off on Android.

-

accessibilityIgnoresInvertColors(iOS)

+

accessibilityIgnoresInvertColors(iOS)

Inverting screen colors is an Accessibility feature that makes the iPhone and iPad easier on the eyes for some people with a sensitivity to brightness, easier to distinguish for some people with color blindness, and easier to make out for some people with low vision. However, sometimes you have views such as photos that you don't want to be inverted. In this case, you can set this property to be false so that these specific views won't have their colors inverted.

accessibilityRole (iOS, Android)