I have a query regarding tag. I want an image to take entire width of parent which I do using alignSelf:stretch, but I also want the height to be according to the aspect ra
In my case i also had to set height to 'auto' :
{ width: 200, height: 'auto', aspectRatio: 16 / 9, }