Background timer with setInterval

I have an app which requires a background timer , using expo I can’t use React Native Background Timer as it requires linking and I don’t want to detach. So is there any existing ?

Maybe you could do it server side?

Hey @amansahil,

Expo doesn’t currently support background task functionality and as far as I know there isn’t a solution available that would allow you to do it on the client-side. As @waltershub mentioned, you might be able to figure something out on the server-side to accomplish your goal.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.