react-native-fence-html
                                
                                
                                
                                    react-native-fence-html copied to clipboard
                            
                            
                            
                        Image is not rendering and text also shrinking, error also coming
error: <Text> cant have any children except <Text>, <Image> or raw string.
Images are not rendering, text is not showing properly
Hi image support has just been added. What html are you trying to render to get this error?
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>