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
- Host: GitHub
- URL: https://github.com/bibhuti9/react-native-html-string
- Owner: bibhuti9
- License: mit
- Created: 2024-02-03T17:08:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T07:31:49.000Z (over 1 year ago)
- Last Synced: 2024-11-15T06:30:40.573Z (11 months ago)
- Topics: collaborate, github-copilot, gitkraken, mongodb, nativemodule, reactnative
- Language: Ruby
- Homepage: https://www.npmjs.com/package/react-native-html-string
- Size: 1.82 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.
## Installation
```sh
npm install react-native-html-string
ORyarn 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