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
Use resizeMode='contain'
resizeMode='contain'
This will keep the original aspect ratio, with given width and height as max-height and max-width.