I'm using the Camera Roll library that comes with react native to load a grid of all a user's local images. However, the api call is slow to not only grab the local data (pulling in a couple hundred images) and it is also slow to render the images.
I'm wondering how apps like Photos and Instagram are able to pull your library so quickly and render them all immediately at the same time, and if it's possible with react native yet... Seems like a simple use case.
I'd like to be able to use a lower quality version of these camera roll images, but the camera roll only seems to give me the full scale images.