candlefinance / faster-image

Fast image loading for React Native backed by performant native libraries.
https://candle.fi/discord
MIT License
596 stars 28 forks source link

When is Android support for blurhash and thumbhash planned? #53

Closed tinker-dev-monk closed 2 months ago

tinker-dev-monk commented 3 months ago

Thanks for making such a great library.

I would love to use this instead of the Image component, but I'm a little worried about blurhash and thumbhash not working on Android.

When is Android support for blurhash and thumbhash planned?

tconns commented 2 months ago

I have created a commit on the main branch to support the BlurHash feature on Android. You can check and modify it temporarily at: "https://github.com/candlefinance/faster-image/pull/55"

tconns commented 2 months ago

I have seen the available code for Thumbhash on Android, but it seems like it is not working correctly. I will check it again and may update the support later

tconns commented 2 months ago

@tinker-dev-monk Done. You can wait for the new update or review the code changes to use for your application.