Slide 22
Slide 22 text
React Native
Accessibility
accessibilityLabel: Overrides the text that's read by the screen
reader
accessibility=true: It will read everything inside it at once but
no touchables please
accessibilityTraits : Type of element i.e header, image
accessibilityComponentType : Type of selected element for
example, radio button, checkbox
Docs!!!