Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accessibility] Fix Image does not announce "disabled" #31252

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
rename example accessibilityLabel
  • Loading branch information
fabOnReact committed May 2, 2021
commit 3485fa01a9b98c62bd7ae74e05902d391ce8053e
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ exports.examples = [
return (
<Image
accessible={true}
accessibilityLabel="plain network image"
accessibilityLabel="plain local image"
accessibilityState={{disabled: true}}
source={require('../../assets/like.png')}
style={styles.image}
Expand Down