Skip to main content
Logo Appt Light

Accessibility focusability on React Native

An element should indicate whether it should be focusable by assistive technologies or not. You can help users of assistive technologies by choosing which elements they can interact with. By keep unnecessary elements out of the accessibility tree, the user experience is improved.

In React Native, the accessible property indicates whether assistive technologies can focus on an element.

<View accessible />

Feedback?

Let us know!