UNPKG

reactors

Version:

View components and APIs that work web, mobile and desktop!

13 lines (9 loc) 206 B
Accessibility === Basic support for accessibility (**in progress**). ```javascript <View accessibilityLabel="This is a label" /> ``` Will be translated to `aria-labelledby` in DOM (web and desktop).