You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(a11y): set accessibilityLabel for headings (h1..h6) to bypass RN limitation
Because headings are rendered in View, unfortunately the label can't be
extracted from the Text descendants. We therefore set an
`accessibilityLabel` by hand to circumvent the RN limitation.
0 commit comments