Closed gentlee closed 10 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.
View
role
aria-label
Hi, any plans to fix this issue
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 asrole
,aria-label
etc, that are passed to the container.