/react-native-render-html-twitter-widget

iOS/Android pure javascript react-native component that renders your HTML into 100% native views

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

react-native-render-html-twitter-widget

This is a fork of the great library react-native-render-html.

This fork only add two line in the original library in order to directly acces inner HTML when there is a blockquote tag. We do it in order to be able to embed a twitter widget into a custom webview. This is why the name is react-native-render-html-twitter-widget ;-)

To add this functionnality we followed the indication in this issue: How can I get inner html? · Issue #91 · archriss/react-native-render-html · GitHub

ps. to achieve the display of twitter-widget we use react-native-autoheight-webview instead of regular webview because it allow the autoheight of a webview.