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
You may use something like this:
Please not that you still have to set the height on the view container.