image element should be at the center of its parent View so I used justifyContent:'center' and alignItems:'center' also paddingBottom was creating a problem when I wanted to put the image at the center of the View that has image as its child component.
image element should be at the center of its parent View so I used justifyContent:'center' and alignItems:'center' also paddingBottom was creating a problem when I wanted to put the image at the center of the View that has image as its child component.