I want to create a continuous running timer in react native that will run in the background as well in the app if I move to another screen.
I have used react-native-background-timer but that is not working on iOS Platform
is there any way to achieve this? Any help will be appreciated
Thanks

For iOS, the following Swift function executes a code block after a given delay, even if the app is not active: