How can I get the same result in React Native's <Text></Text>
for the place of the code written below in React-web-app:
<p dangerouslySetInnerHtml={{ __html: myString }} />
How can I get the same result in React Native's <Text></Text>
for the place of the code written below in React-web-app:
<p dangerouslySetInnerHtml={{ __html: myString }} />