react-native-fence-html icon indicating copy to clipboard operation
react-native-fence-html copied to clipboard

Image is not rendering and text also shrinking, error also coming

Open alenave opened this issue 9 years ago • 2 comments

error: <Text> cant have any children except <Text>, <Image> or raw string.

Images are not rendering, text is not showing properly

alenave avatar Apr 25 '16 09:04 alenave

Hi image support has just been added. What html are you trying to render to get this error?

Thomas101 avatar Apr 26 '16 20:04 Thomas101

Hey! i'm trying to use img tags too! I just need to adjust the size of the image. They are very small when rendered. How to tryout others props to img?

Thanks! Best regards.

PS: My html is something like

> <p><img src="https://appdopelo.tk/service/img/cms/logo_new_light.png" alt="" width="303" height="232" /></p>
> <p>lots of text</p>
> <p></p>
> <p><img src="https://appdopelo.tk/service/img/cms/5s-Ticket-Screen.png" alt="" width="251" height="473" /></p>

MichelDiz avatar Feb 27 '17 02:02 MichelDiz