Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Created May 18, 2021 15:41
Show Gist options
  • Save liamgriffin/57dfe7761339e575f4aa671df5fb4305 to your computer and use it in GitHub Desktop.
Save liamgriffin/57dfe7761339e575f4aa671df5fb4305 to your computer and use it in GitHub Desktop.
Creating Accessible React Native Apps | accessibilityState Example
<TouchableOpacity
accessibilityRole="button"
accessibilityState={disabled: true}
...
>
Submit code
</TouchableOpacity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment