The effect of resizeMode='contain' in Android is not equal to iOS
when the property resizeMode is set to contain, the image type is set to CENTER_INSIDE in Android, but it is set to scaleAspectFit, which may cause the different.
Is it better to set the image type FIT_CENTER rather than CENTER_INSIDE in Android ?
+1 @jcdhlzq It should be FIT_CENTER instead of CENTER_INSIDE.
is there a work around to this?
+1
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.