From 38f4c308c2537ce91747d4db41fcf45901bd9b63 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 23 May 2017 11:32:36 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/accessibility.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/accessibility.html b/releases/next/docs/accessibility.html index e78095d0df6..7f1222ed420 100644 --- a/releases/next/docs/accessibility.html +++ b/releases/next/docs/accessibility.html @@ -39,7 +39,7 @@ On the other hand, if view B contains a child view C a <CustomRadioButton accessibleComponentType={this.state.radioButton} - onPress={this._onPress}/>

In the above example we've created a custom radio button that now behaves like a native one. More specifically, TalkBack now correctly announces changes to the radio button selection.

Testing VoiceOver Support (iOS) #

To enable VoiceOver, go to the Settings app on your iOS device. Tap General, then Accessibility. There you will find many tools that people use to use to make their devices more usable, such as bolder text, increased contrast, and VoiceOver.

To enable VoiceOver, tap on VoiceOver under "Vision" and toggle the switch that appears at the top.

At the very bottom of the Accessibility settings, there is an "Accessibility Shortcut". You can use this to toggle VoiceOver by triple clicking the Home button.

← PrevNext →

You can edit the content above on GitHub and send us a pull request!