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

Unable to resolve "./error" from "node_modules/react-native-web-storage/distribution/storage.js" #227

Closed DoresP closed 5 years ago

DoresP commented 5 years ago

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 :)

sunnylqm commented 5 years ago

Wrong repo? https://github.com/aurity/react-native-web-storage

DoresP commented 5 years ago

Wrong repo? https://github.com/aurity/react-native-web-storage

Yup! Sorry!