Open aniketbiswas opened 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.
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.