This is my code and it can't display image. ``` <WebView source={{html: `<img src='//i.pinimg.com/564x/41/76/2e/41762e489565279690334d5d38815b0f.jpg'>` }} style={{flex: 1}} javaScriptEnabled={true} > </WebView> ``` But I change src='https://i.pinimg.com/564x/41/76/2e/41762e489565279690334d5d38815b0f.jpg' and it work. Why? Please help me
This is my code and it can't display image.
But I change src='https://i.pinimg.com/564x/41/76/2e/41762e489565279690334d5d38815b0f.jpg' and it work.
Why? Please help me