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.
- Host: GitHub
- URL: https://github.com/adeelibr/react-native-html-to-text
- Owner: adeelibr
- Created: 2017-06-17T15:26:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T15:56:09.000Z (about 9 years ago)
- Last Synced: 2025-03-12T15:14:52.551Z (over 1 year ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.