Ga naar hoofdinhoud

React Native accessibility

React Native has accessibility APIs that let your app accommodate all users. You can integrate apps with assistive technologies like the bundled screen readers VoiceOver and TalkBack.

Pick a topic

  • Code iconCode icon

    React Native accessibility code samples

    Browse code samples to learn how to build more accessible React Native apps.

    React Native code samples

Because React Native apps run on Android and iOS, it's important to learn about the available accessibility features.

Pick a feature