candlefinance / faster-image

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

[Question] FlashList recycling support? #21

Closed 7dp closed 2 months ago

7dp commented 2 months ago

Hi! Damn,, this was a good lib fr. But I want to know, does this lib support recycling with FlashList just like Expo Image did?

Thanks for this very nice libs, Gary!

gtokman commented 2 months ago

Thanks! I'm not familiar with those libraries. If you enable caching & the view is reused, it will read from the cache to load the image. This should be fast & not require any special JS logic.

7dp commented 2 months ago

So, recycling is works out of the box without any additional configs?