Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Created May 18, 2021 16:19
Show Gist options
  • Save liamgriffin/54ab0c21a2c20eb73f9e8bf9d788240e to your computer and use it in GitHub Desktop.
Save liamgriffin/54ab0c21a2c20eb73f9e8bf9d788240e to your computer and use it in GitHub Desktop.
Creating Accessible React Native Apps | accessibilityHint Example
<TouchableOpacity
...
accessibilityHint="Opens in a new window"
accessibilityRole="link"
>
Check symptoms
</TouchableOpacity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment