Rodrigo Mota
Rodrigo Mota
I've been trying to implement this functionality using @react-native-community/netinfo. I'll let you know if I get this done.
@vishgoel007 I don't know rxjs, but you can use either [NetInfo](https://github.com/react-native-community/react-native-netinfo) directly or [react-native-offline](https://github.com/rgommezz/react-native-offline).
Any improvements? In my case, this functionality is very important because I want all jobs to get complete even if the user closes app/restarts phone/etc. For now, @famousfilm implementation has...