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
Unable to resolve "./error" from "node_modules/react-native-web-storage/distribution/storage.js" #227
Hi! error.js seems to sit outside of the "distribution" folder so require('./error') doesn't work. When changed to '../error' it works.
P.S. Thanks for your contribution to the react-native-web community :)