Skip content - React Native

In React Native, skipping content is mostly relevant to TalkBack and VoiceOver users. Both screen readers include shortcuts which allows users to jump to content types, such as headers and links.

Provide appropriate accessibility markup to your content by using accessibilityRole.

<Pressable 
  accessibilityRole="header|link" />