Updated accessibility documentation to reflect latest changes in React Native a11y

This commit is contained in:
Georgiy Kassabli 2015-11-03 14:46:24 +00:00
parent 721c844a30
commit 6f14622ebb
1 changed files with 3 additions and 6 deletions

View File

@ -7,13 +7,10 @@ permalink: docs/accessibility.html
next: direct-manipulation
---
## iOS
Accessibility on iOS encompasses many topics, but for many, accessibility is synonymous with VoiceOver, a technology available since iOS 3.0. It acts as a screen reader, allowing people with visual impairments to use their iOS devices. Click [here](https://developer.apple.com/accessibility/ios/) to learn more.
## Native App Accessibility (iOS and Android)
Both iOS and Android provide APIs for making apps accessible to people with disabilities. In addition, both platforms provide bundled assistive technologies, like the screen readers VoiceOver (iOS) and TalkBack (Android) for the visually impaired. Similarly, in React Native we have included APIs designed to provide developers with support for making apps more accessible. Take note, iOS and Android differ slightly in their approaches, and thus the React Native implementations may vary by platform.
## Android
Accessibility on Android involves many diverse topics, one of which is enabling people with vision loss to use your application. For this community, Google provides a built-in screen reader service with Android called TalkBack. With TalkBack, you can use touch exploration and gestures to navigate a mobile device and application. TalkBack will read back the content on screen using text-to-speech and alert users to important notifications within your application. Click [here](https://support.google.com/accessibility/android) to learn more about Android accessibility features and [here](https://developer.android.com/guide/topics/ui/accessibility) to learn more about making your native applications accessible.
## Making Accessible Apps
## Making Apps Accessible
### Accessibility properties