Offline database?

Hi
I wanted to use offline database. like realm. but i found it expo doesn’t support it. So what’s the possible way i can achieve my goal?

Hi there! We are working on SQLite support right now, so we expect that to ship in a near-term release.

Longer term we’d like to find a way to support Realm, but it will be a larger undertaking for us. So unfortunately I can’t provide an ETA for that.

1 Like

Is AsyncStorage not sufficient to handle this ?

I mean this module is sufficient https://github.com/jevakallio/redux-offline or am I missing something ?

AsyncStorage will work fine for offline persistence. :slight_smile: That is a key-value store so I wasn’t sure that’s what you wanted when you said “database.”

Yes both are works just fine!