react-native-htmlview icon indicating copy to clipboard operation
react-native-htmlview copied to clipboard

Add padding to AutoSizedImage

Open mrk-j opened this issue 5 years ago • 0 comments

Hi guys,

Thanks for creating this component. I noticed the width of an image is always the width of the users' screen. This PR adds the ability to define a padding that is used when calculating the new width of the image.

I added a property autoSizedImagePadding. This also fixes issue #264.

This is my first react-native related PR so please tell me if there is anything that I can improve.

mrk-j avatar Oct 19 '19 08:10 mrk-j