How to achieve accessibility in react-native-render-html in react native?

352 Views Asked by At

When I test accessibility , it does not read the html rendered content.

<Text accessible={true}>
          <RenderHtml source={source} renderersProps={renderersProps} />
        </Text>
0

There are 0 best solutions below