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

Android implementation requires min API level 21 #1

Closed jamesisaac closed 7 years ago

jamesisaac commented 7 years ago

Uses JobScheduler which is only available from Android 5.0. Would be nice to come up with a more backwards-compatible solution.

Maybe: https://github.com/evernote/android-job

jamesisaac commented 7 years ago

New implementation in #5 will take min API level down to 16