working on an app and currently using rtk query for get requests which is good for being able to view data while offline. Also need to be able to add simple state updates while offline and looking at react-native-offline for this. Anyone got experience of using react-native offline with rtk query? Or will I need to drop rtk query?
I’d like to be able to add updates while offline which isn’t possible worth rtk query