jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.11k stars 110 forks source link

How many tasks can be persisted and run in the background? #36

Open arshbot opened 6 years ago

arshbot commented 6 years ago

I assumed you could persist and run multiple tasks, but it's seeming more and more like I should use something like react-native-queue to accomplish this within a single define