local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
MIT License
3.02k
stars
268
forks
source link
[Question] Can we store some local files by using react-native-storage? #224
For example, transform a jpg file to BASE64 data, then save it into the storage.
Or is there any utils to save local files in RN?