react-native-html-string
v0.1.8
Published
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.
Downloads
60
Maintainers
Readme
react-native-html-string
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.
Installation
npm install react-native-html-string
OR
yarn add react-native-html-string
Usage
import { convertHTML } from 'react-native-html-string';
// ...
const html = `<h1>Hey this is react native</h1>`;
const result = await convertHTML(html);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT