Created
May 18, 2021 16:19
-
-
Save liamgriffin/54ab0c21a2c20eb73f9e8bf9d788240e to your computer and use it in GitHub Desktop.
Creating Accessible React Native Apps | accessibilityHint Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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