Header maps to (semantically incorrect) h1 tag with react-native-web
Opened this issue · 0 comments
NorthBlue333 commented
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).
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!