react native image with resizeMode contain, move inside the sub container

696 Views Asked by At

I currently write a react native application,

And I want to show 2 image at the top of my component, So I use my image with:

resizeMode:'contain'

Ah it works, but when I use it, it create a subcontainer and create a marge between the top of my component and my image

How I can remove this space ?

I have tried to remove the size of the space, but it don't works on all devices ...

0

There are 0 best solutions below