Scott Sykora
Scott Sykora
I'm seeing the exact same error. Seems to be a bug in the mini-mongo implementation? Is there any workaround?
Actually, looking into this a little further, it seems you need to 'polyFill' the process.nextTick to get minimongo-cache to work in react native. See: https://github.com/petehunt/minimongo-cache To fix it you need...
@Taakn I'm not sure. If it's already defined then it should be an object that has nextTick defined, but if you're having issues you could give it a try. The...