In my project that I developed with Reactnative, I am trying to show gallery images with a flatlist, using CameraRoll. However, there is a slight delay when the first load is made, and when we scroll, there is a delay while the images are loaded. As the number of images increases, the waiting time also increases.
However, on Instagram, images are loaded directly and no matter how fast we scroll, there is no lazy loading. How does Instagram do this?
1