Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Custom Rotors in React Native #779

Open
meatnordrink opened this issue Apr 8, 2024 · 4 comments
Open

Add support for Custom Rotors in React Native #779

meatnordrink opened this issue Apr 8, 2024 · 4 comments

Comments

@meatnordrink
Copy link

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?
@kastwey
Copy link

kastwey commented Sep 15, 2024

It would be awesome!!! I'm blind, and I recently started developing with React Native. I'm missing this feature to add some actions to the rotor for my application. I can add actions, but it's not enough. Hopefully they implement this feature! I was thinking about adding it my self by submitting a pr, but my Swift or Objective-C knowledge is nonexistent :)

@PabloRodriguezMontalvo
Copy link

Accessibility first! ♥️

@okwasniewski
Copy link

Hey! Just checked it and Custom Actions are already supported: https://reactnative.dev/docs/next/view#accessibilityactions

However, custom rotor support is missing.

@kastwey
Copy link

kastwey commented Sep 16, 2024

Yeah, exactly, I'm using the actions, but I would like to add more actions to the rotor itself :)

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

No branches or pull requests

4 participants