How does the React-Native cache work?

0

This is the following, I created a system that uses some Image components and loads the images from the internet.

I just want the images to appear even when the system is offline.

I noticed that there is a cache of images when I access them, and when I open the app offline, many of them are loaded.

I want to know how to make all the images cache, and also if there is a time limit where they are stored there.

I await.

    
asked by anonymous 17.01.2018 / 18:51

1 answer

1

Save, Italo.

use this module link , it will help you with the cache.

Emiliano

    
31.01.2018 / 01:44