Show image in news feed like facebook

313 Views Asked by At

I want to show image in my feed list like facebook if I use resize mode 'contains' it show white space before and after the image please tell me any possible way to resize my image to view in proper aspect ration with white spaces around.

1

There are 1 best solutions below

0
On

try to use resizeMode : stretch or resizeMode : cover it will cover the whole view. Also ensure any padding or margin in your view. If have any padding in your parent view of image, remove and try it.

see this link: react native image reize modes