I am trying to display an image from a URL. In the emulator, the image displays perfectly. When I run this on the device it displays a black block and after some moment the app crashes without any error.
If I remove borderRadius, borderColor, borderWidth property from Image style it works perfectly. But I need the circular shape.
I tried to native-base Thumbnail instead of Image but the problem persists. Then I tried to make a circular shape using View with overflow:hidden property but here the image edge not smooth. How can I solve this?
Black Block image in the device:My code: