react-native-htmlview
react-native-htmlview copied to clipboard
A React Native component which renders HTML content as native views
I have an issue with images. I want to use a "responsive" view of the images which is essentially like this: const styles = StyleSheet.create({ img: { maxWidth: '100%', height:...
If i give a custom height to HTMLView in style(which is less than the content height), the view takes the given height but the content overflows outside the HTMLView. This...
I am trying to render a video html tag, but it does not render in the native view. Any idea?
AutoSizedImage add props padding AutoSizedImage.js finalSize.width = width - padding
 ``` ``` When removing the `TouchableOpacity` components,or ``` ``` the error no longer appears。
hi there, How can i get the text within an tag? I need o re-render the node so that href opens a link within an internal browser within the app,,...
Is there a way to inject custom function renderNode? My use case is that I am rendering an iframe node in renderNode but I would like to add a custom...
Hi, In react-native-htmlview, can we define specific classname? For example I want to use "header-caption" class as a style.