djimenezsi2

Results 2 comments of djimenezsi2

I found a solution for me in this issue: https://github.com/jsdf/react-native-htmlview/issues/271 replacing images with components so we can handle widths and heights.

> how did you replace the image with components? @Aung-Myint-Thein I just follow the code that you can see also in #271 ``` _renderNode(node, index, siblings, parent, defaultRenderer) { if...