I would like to retrieve an image from an url, and insert it inside a View
adapting the size to the container.
This is an expo
where I tried to do it.
https://snack.expo.io/Hk1rsfaHU
How you can see there are 3 columns having the same width(flex 1), in the first there is the image.
I wish this Image
was contained inside the View
, adapting the width to the container and maintaining the correct aspect ratio.
Any suggestions?