Ga naar hoofdinhoud
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.

Met React Native kun je een toegankelijkheidslabel instellen via de accessibilityLabel eigenschap.

<Control
  accessibilityLabel="Appt" />
Bijdragen

Feedback?

Laat 't ons weten!