SteffeyDev / react-native-popover-view

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

Popover is not accessible #174

Open BhargaviAnnadevara opened 1 month ago

BhargaviAnnadevara commented 1 month ago

Describe the bug Popover is not accessible - https://github.com/SteffeyDev/react-native-popover-view/issues/171

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.

BhargaviAnnadevara commented 1 month ago

@aniketbiswas FYI for reference/tracking.