Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Created May 18, 2021 15:40
Show Gist options
  • Save liamgriffin/7aca89747ae891c3871d2d8c6644cf9a to your computer and use it in GitHub Desktop.
Save liamgriffin/7aca89747ae891c3871d2d8c6644cf9a to your computer and use it in GitHub Desktop.
Creating Accessible React Native Apps | accessibilityLabel Example
<TouchableOpacity
accessibilityLabel="Close"
accessibilityRole="button"
...
>
<!-- Icon... -->
</TouchableOpacity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment