How to make task runnuing even user close app in React Native like a notfication hundler in offline app
CodePudding user response:
Let use react-native-background-timer
This library can help your tasks run background.
CodePudding user response:
As per recommendation of React-Native Docs , use. : Headless Js for Task Running in Background when user close App