Accessibility role - React Native

In React Native you can use the accessibilityRole prop to set the accessibility role of an element. Available roles include button, header, link and image, among others.

<Pressable 
  accessibilityRole="button|header|link|image" />