3
I have an Android app that when running accesses a file and lists some information on the screen.
The point is, it only works if there’s an Internet.
What I need is to download the information and save on the device to be accessed offline.
How should I do?
The saved file gets stored to be accessed other times, even after the user closes the app?
– Italo Rodrigo
works with images?
– Italo Rodrigo
It is saved. For image you can try using this project: https://github.com/wkh237/react-native-fetch-blob
– L. Cafezeiro