react-native-htmlview
                                
                                 react-native-htmlview copied to clipboard
                                
                                    react-native-htmlview copied to clipboard
                            
                            
                            
                        Image Loading issue
Hi I am using customized <Image> tags using renderNode. But the output on native i am getting is very weired. Please refer image attached for same.
I am not getting, where i am going wrong.
 const renderNode = (node, index, siblings, parent, defaultRenderer) => { if (node.name == "img") { return ( <Image style={{ height: 150, width: 400 }} source={{ uri: node.attribs.src }} ></Image> ); } }
 
 
 
                                    
                                    
                                    
                                
+1
+10086