Closed GaylordP closed 3 years ago
Hey, I guess what happens here is that Animated
component from React Native (the countdown is using Animated
internally) is suspending animations when the app is running in the background. You can check this issue but I don't see any solution.
I am closing this issue. Let me know if I can help you in any other way.
Hello and thank you for your library :)
I use react-native-countdown-circle-timer and it works very well. The last five seconds, I execute a "beep" thanks to the react-native-sound library : it works very well too.
But when my application is in the background, the beep does not run. I tried to do a
console.log()
and indeed, as soon as the application goes to the background it no longer appears.I know the stopwatch continues in the background (when I come back, time to spend).
Can you help me run things in the background along with the countdown ? Thanks you very much