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

RN warning when calling getAllDataForKey with many keys #245

Open kevinejohn opened 4 years ago

kevinejohn commented 4 years ago

I'm getting this warning in React Native when I have saved more than a few hundred keys and then call storage.getAllDataForKey.

Excessive number of pending callbacks: 501. Some pending callbacks that might have leaked by never being called from native code