mrousavy / react-native-blurhash

🖼️ A library to show colorful blurry placeholders while your content loads.

Home Page:https://blurha.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resizeMode on Android not working

mrousavy opened this issue · comments

On Android the resizeMode prop does not work.

This is because the differences in structure, on iOS I create a UIImage and display that. On Android I create a Bitmap, convert that to a BitmapDrawable and then set that as the background of the ReactImageView!

I need to find a different way to set the image on android.

Hi any news about this?

Also resize mode contain doesn't work well on iOS it does exactly what cover does.