Skip to content

Conversation

@agniuks
Copy link
Contributor

@agniuks agniuks commented Aug 31, 2022

Since react-navigation is a js based community module, we lack some keyboard accessibility in-box. Right now, the entirety of the navigation pane and its items remain in the tabIndex which makes keyboard and narrator navigation very confusing.

This PR adds use of importantForAccessibility to the navigation pane to control when the items are part of the tabIndex.

Resolves: #222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keyboard focus is not visible on the elements while navigating with tab key.

2 participants