Sign in
Log inSign up

Creating React Native app that works offline

Vedran Blazenka's photo
Vedran Blazenka
·Oct 1, 2017

Hi, I'm in a process of creating a React Native app that should have possibility to read and save some resources while user if disconnected from the internet.

I'm looking into using Realm or some combination of redux, redux-offline, redux-persist etc...

Does anybody have any experience with this and is willing to share some tips?

Thanks!