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 111 forks source link

Project abandoned? #58

Open Brian-McBride opened 5 years ago

Brian-McBride commented 5 years ago

Is this repo still being maintained?

jamesisaac commented 5 years ago

I haven't had the time to keep this updated with the latest vesrsions of Android etc unfortunately, as it doesn't align with my current work. Hopefully I will have a chance to bring out an updated release in the near future, with better automated testing/CI so that it's easier to keep up to date.

If anyone is interested in helping to maintain, feel free to reach out.

adcuz commented 5 years ago

Note that react-native-background-fetch (that this library uses for iOS) now also supports HeadlessJS for android.