me123
me123

Reputation: 11

react native remove white space around a picture

Hi I desperately need a help in solving this issue.

Currently image is contained in react native and we are using a slider for product image. When we upload a product image, it adds white spaces around the picture uploaded and we really want to remove the white space..

If someone knows how to solve this issue, please help us.

the attached image shows the red space represents a product picture... all we wanna do is to remove the white space on the sides of the picture...

enter image description here

Upvotes: 0

Views: 2076

Answers (1)

Alija Fajic
Alija Fajic

Reputation: 598

Set your image width and height to be '100%' of your parent View. And for View set fixed width and height, and remove the padding. It should work.

Upvotes: 2

Related Questions