sunnylqm / react-native-storage

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.01k stars 268 forks source link

[Question] Can we store some local files by using react-native-storage? #224

Closed ezhozhe closed 5 years ago

ezhozhe commented 5 years ago

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?