DylanVann / react-native-fast-image

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

Feat Request: Image Buffering (Avoid Flashing / Flickering) #970

Open BILLXZY1215 opened 1 year ago

BILLXZY1215 commented 1 year ago

Hi, I'm wondering if it is possible to input a series of buffered data to show "dynamic changed sources" smoothly.

For now, I'm implementing a imageView that receives udp video buffers dynamically, so the source url is changing very fast (in base64 string format).

747 also mentioned this, the fast change will cause image flashing / flickering.

bruteforks commented 1 year ago

I am still getting flashes as well. not sure if this is similar to your issue, but is similar to the issue you linked. I'm trying to use preload image, but nothing helps prevent the "flash" when swiping to new image. although loading directly from disk you won't see the flash happening.

cacheflash.webm

learncodingforweb commented 1 year ago

I am also facing flicker image of base64 data from websocket. Can someone help me

akshatatyokel commented 3 weeks ago

any update?