I saw somewhere that react native doesn’t support IndexedDB.
Is there anything like y-indexeddb but for react native?
I saw somewhere that react native doesn’t support IndexedDB.
Is there anything like y-indexeddb but for react native?
Hi @bbigras,
You could try to polyfill indexeddb - e.g. using https://github.com/indexeddbshim/IndexedDBShim (I never tried that). Alternatively, you could try to adapt y-levelddb.