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.1k stars 110 forks source link

why not using this react-native-background-fetch itself? #26

Closed sibelius closed 6 years ago

sibelius commented 6 years ago

What are the limitations of this react-native-background-fetch?

What are the advantages of this package?

jamesisaac commented 6 years ago

Android support is a new addition to the react-native-background-fetch library (added just under a month ago it looks like). While the initial goal of this library, from the first release about a year ago, has always been cross-platform support.

I can have a closer look at and comment on the implementation differences when I get a chance, but at a quick glance it looks like both libraries are probably more or less achieving the same thing.

sibelius commented 6 years ago

Tks