DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.17k stars 1.5k forks source link

feat: Extend Disable Transformation property for Android #984

Open ArekChr opened 1 year ago

ArekChr commented 1 year ago

Details:

This Pull Request introduces the new property disableTransformation for an android platform that disables transform in the glide framework and keeps the original size of the resource.

Related issue: https://github.com/Expensify/App/issues/12893