Creating React Native app that works offline
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!