Rapsssito / react-native-background-actions

React Native background service library for running background tasks forever in Android & iOS.
MIT License
818 stars 117 forks source link

Question: How to check background service is ON or NOT #206

Closed vishuk570 closed 5 months ago

vishuk570 commented 10 months ago

If my app kill then I found some issue. some time background service on or some time stop. I want to check background service when I re-open my app. If background service is running so I will not start again If is not running then I will start again please help. Thanks

xgokhankose commented 10 months ago

BackgroundService.isRunning()