shoutem / ui

Customizable set of components for React Native applications
Other
4.9k stars 454 forks source link

Hotfix/6.4.2 -> master #809

Closed sstimac closed 7 months ago

sstimac commented 7 months ago

For some reason, we applied image transform on imageGallery items. It may have been some weird stuff from the past.

Manual prop transform is not necessary as we used the Image component from the UI lib, that already applies the transformation on it's own. So we ended up transforming 2x times, leading to invalid image URLs ( adapt URL for weserv service x2 ).