react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

Feat Request: Image Buffering (Avoid Flashing / Flickering)

Open BILLXZY1215 opened this issue 1 year ago • 2 comments

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.

BILLXZY1215 avatar Feb 17 '23 05:02 BILLXZY1215

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

bruteforks avatar May 17 '23 05:05 bruteforks

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

learncodingforweb avatar Jun 15 '23 18:06 learncodingforweb