I'm trying to render the HTML
textlinktext
using RenderHtml. But on iOS devices with VoiceOver, the "link" isn't correctly announced as a clickable element. How can I ensure VoiceOver properly reads the accessibility content for the link?
the React Native code:
<RenderHtml
contentWidth={width}
source={{
html: '
This topic provides links for battery and power issues.
',
}}
tagsStyles={tagsStyles}
{...htmlConfig}
/>
react-native-render-html version is 6.3.4