Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 206 Bytes

File metadata and controls

12 lines (9 loc) · 206 Bytes

Accessibility

Basic support for accessibility (in progress).

<View
  accessibilityLabel="This is a label"
  />

Will be translated to aria-labelledby in DOM (web and desktop).