SteffeyDev / react-native-popover-view

A well-tested, adaptable, lightweight <Popover> component for react-native
MIT License
613 stars 92 forks source link

Popover is not accessible #173

Open aniketbiswas opened 7 months ago

aniketbiswas commented 7 months ago

Is your feature request related to a problem? Please describe. It should follow accessibility rules, as it can be used in a react-native-web project.

Describe the solution you'd like It should follow https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role.

It could be fixed by at including View props as role, aria-label etc, that are passed to the container.