toggle-switch-react-native
toggle-switch-react-native copied to clipboard
Adding in Accessibility props
Hi, I noticed there was no way to pass in any Accessibility props so users with their screen readers enabled cannot know what this plugin can do.
At minimum:
- accessibilityLabel
- accessibilityHint
- accessibilityRole (could default this to either switch or checkbox but not required).
I was planning on making a PR to add in these props but wanted to submit this "issue/enhancement" first.
We will work on that