Render HTML into native view #18
darko-bw
started this conversation in
1. Ideas & Discussions
Replies: 3 comments 1 reply
-
I really like this feature "Custom HTML tags": https://github.com/meliorence/react-native-render-html#creating-custom-renderers |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess to achieve this you would need some sort of html parser (ie: https://www.npmjs.com/package/node-html-parser) and then a way to map each html tag to a nativescript component. |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as disruptive content.
This comment was marked as disruptive content.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ReactNative has got an awesome plugin to render simple HTML into native view:
https://github.com/archriss/react-native-render-html
Is there any possibility to get any thing similar in NS8? I guess we still can use HtmlView but wanted to have something more advanced.
Beta Was this translation helpful? Give feedback.
All reactions