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

https://github.com/adeelibr/react-native-html-to-text

A react native app that converts HTML tag to React Native text.
https://github.com/adeelibr/react-native-html-to-text

Last synced: 3 months ago
JSON representation

A react native app that converts HTML tag to React Native text.

Awesome Lists containing this project

README

          

# react-native-html-to-text

A react native app taht takes HTML content and renders it as native views

And here's some code to run this app! :+1:

```javascript
react-native run-android
```

### Libraries & References Used For Making This App:

* [rn-htmlview](https://github.com/jsdf/react-native-htmlview) for understanding how already people were converting html attributes into native views for react native.