Thomas101 / react-native-fence-html

React Native component that renders HTML as native views
BSD 2-Clause "Simplified" License
177 stars 96 forks source link

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

Open alenave opened 8 years ago

alenave commented 8 years ago

error: cant have any children except , or raw string.

Images are not rendering, text is not showing properly

Thomas101 commented 8 years ago

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

MichelDiz commented 7 years ago

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>