Quantcast
Viewing all articles
Browse latest Browse all 17065

Is there any way to do background tasks in React Native other than react-native-background-task?

I'm trying to do in my React Native App that each X min the app fetch some data of my application included if the app is closed. Or more similar, each X min I want to save a value in the AsyncStorage.

It suppose that the react-native-background-task does that but, unfortunately, the project is abandoned with a lot of errors and bugs that make using it unviable.

Is there any other way to do it?


Viewing all articles
Browse latest Browse all 17065

Trending Articles