react-native-queue icon indicating copy to clipboard operation
react-native-queue copied to clipboard

Abstract storage implementation?

Open rexxars opened this issue 6 years ago • 8 comments

Hi,

This project looks like exactly the thing I need for a bunch of things I've been wanting to do. I tried including it in a project, but it seems Realm has a known issue where debugging JS remotely in react native fails on Android (see for instance https://github.com/realm/realm-js/issues/562).

I was wondering how closely this project is tied to Realm, and whether or not you could achieve the same functionality with AsyncStorage, for instance? I understand you wouldn't get quite the same performance characteristics, but in many cases that isn't really an issue - rather you are looking for the queue semantics.

rexxars avatar Jan 23 '18 14:01 rexxars