react-native-htmlview
react-native-htmlview copied to clipboard
Add padding to AutoSizedImage
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.