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

Android-job library is deprecated #77

Open PedroRomanoBarbosa opened 4 years ago

PedroRomanoBarbosa commented 4 years ago

The library used by this project is now deprecated. https://github.com/evernote/android-job They recommend that you use a WorkManager instead. Therefore the code should be refactored to accommodate the new changes.