Convert your HTML content as input and efficiently converts it into a string representation, providing a convenient and straightforward method for handling HTML data within your applications.

npm install react-native-html-string
OR
yarn add react-native-html-stringimport{convertHTML}from'react-native-html-string';// ...consthtml=`<h1>Hey this is react native</h1>`;constresult=awaitconvertHTML(html);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT