Skip to main content
Logo Appt Light

Accessibility label on React Native

An accessibility label helps users of assistive technologies to identify elements on the screen. The accessibility label is conveyed to assistive technologies. Accessibility labels are announced by the screen reader and presented visually by voice control.

In React Native you can set an accessibility label by using the accessibilityLabel prop.

<Control
  accessibilityLabel="Appt" />

Feedback?

Let us know!