farhoudshapouran/react-native-ui-datepicker

Header maps to (semantically incorrect) h1 tag with react-native-web

Opened this issue · 0 comments

Hi (again)
Currently, with react-native-web, the Header component root container maps to a h1 tag (which is highly incorrect in semantics for this element).

accessibilityRole="header"

I think this is due to accessibilityRole="header" but I am not sure about that.

https://necolas.github.io/react-native-web/docs/accessibility/

Thanks!