Reading order of different labels using TalkBack configuration #5287
Unanswered
mirsylvain
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I found that both TalkBack and VoiceOver will always read a11y props in the following order:
accessibilityLabel
accessibilityRole
accessibilityHint
(https://levelup.gitconnected.com/accessibility-in-react-native-apps-f06d5469a453)
TalkBack has a configuration setting to change this order but Native Base components doesn't seem to use this configuration.
Is there a way to do this with the current components ? Will this feature be available in the future ?
Thanks for replies
Beta Was this translation helpful? Give feedback.
All reactions