) I have a question about the strange scaling of the image in react native, but in the component provided from the package react native gifted chat component: MessageImage.
On IOS everything looks fine but on android..
Does anybody have an idea ? thanks for your help in advance! :)
Ps. I will just add that the cover looks good on both platforms.
<MessageImage
{...props}
imageStyle={{
width: 148,
resizeMode: 'contain',
height: 150,
}}
containerStyle={{
backgroundColor: 'transparent',
borderColor: 'red',
borderWidth: 2,
}}
/>