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

I have a issue when i run on iPhone #269

Open ghost opened 1 year ago

ghost commented 1 year ago

[@RNC/AsyncStorage]: NativeModule: AsyncStorage is null

BradPreston commented 1 year ago

I'm also having this issue. Have you found a solution for it? It looks like this repo is no longer being maintained.

sunnylqm commented 1 year ago

everytime you install a native module, you have to build it. and if you met any issue when building, just go to their repo to ask.(in this case it's async-storage)