Describe the bug
Popover is not accessible - #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.
Describe the bug
Popover is not accessible - #171