Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ios: stop using react-native-background-timer
Ever since facebook/react-native#23674 landed it has been possible to run timers in the background, assuming your app is allowed to run in the background already, as is our case. So, stop using the library on iOS, which will avoid creatring needless backgound tasks.
- Loading branch information