An open API service indexing awesome lists of open source software.

https://github.com/bibhuti9/react-native-html-string

Convert your HTML to Text in react native
https://github.com/bibhuti9/react-native-html-string

collaborate github-copilot gitkraken mongodb nativemodule reactnative

Last synced: 3 months ago
JSON representation

Convert your HTML to Text in react native

Awesome Lists containing this project

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.

Screenshot 2024-01-29 at 2 06 10 AM

## Installation

```sh
npm install react-native-html-string
OR

yarn add react-native-html-string
```

## Usage

```js
import { convertHTML } from 'react-native-html-string';

// ...

const html = `

Hey this is react native

`;
const result = await convertHTML(html);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

# react-native-html-string