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 Test case
  • Loading branch information
fabOnReact committed Mar 29, 2021
commit cf665dc6c2360e5d88a991bc27a88da3d8902cc5
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void testRoundedCorners() {
}

@Test
public void testRoundedCorners() {
public void testAccessibilityFocus() {
ReactImageManager viewManager = new ReactImageManager();
ReactImageView view = viewManager.createViewInstance(mThemeContext);
viewManager.setAccessible(view, true);
Expand Down