[iOS] accessibilityElementsHidden
does not work if the parent view is accessible
#46098
Labels
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Platform: iOS
iOS applications.
Description
When a parent view has the
accessible
prop set, VoiceOver reads all the text nodes and accessibility labels of its children even if one of them has a parent with theaccessibilityElementsHidden
/aria-hidden
prop set.Steps to reproduce
React Native Version
0.74.5
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/@vbriand/voiceover-accessible-bug
Screenshots and Videos
accessible_bug.mov
The text was updated successfully, but these errors were encountered: