react-native-community/discussions-and-proposals

Add support for Custom Rotors in React Native

meatnordrink opened this issue · 0 comments

Introduction

iOS offers Custom Rotors and Custom Actions accessibility tools. These tools offer the ability to significantly enhance the accessible experience.

Lack of access to these tools via React Native means that React Native apps must lag behind native apps in accessibility.

Details

  • One objection to this might be that these APIs aren't available for Android, so it's another platform-specific capability. One answer to this is that there may be Android-specific capabilities that could be added; the other is that 71% of screen-reader users use iOS on their mobile devices, so supporting the iOS a11y APIs is more impactful.

Good introductions for those not familiar with Custom Rotors and Custom Actions:

Discussion points

  • How much work would this be?