Skip to content

Releases: vikeri/react-native-background-job

Bugfix

22 Mar 17:35
Compare
Choose a tag to compare

Thanks @hkairi for PR #12 that fixes #9

Pre-release to test fix for production crash

07 Mar 16:56
Compare
Choose a tag to compare

Fixes #9

PR #12

install with yarn add react-native-background-job@beta

Does not crash when used from iOS

06 Mar 00:25
Compare
Choose a tag to compare

Will throw a warning if used from iOS but will not crash.

Added extra parameters to schedule

28 Jan 19:14
Compare
Choose a tag to compare

You may now specify if the job should only be run for the following conditions:

  • Network type
  • Charging?
  • Idle?

This is not respected pre Android N though due to a bug.

v1.0.3

09 Jan 08:43
Compare
Choose a tag to compare
  • Fixes compilation failure: #3

Minor bugfix

20 Dec 15:25
Compare
Choose a tag to compare
  • Jobs can now be scheduled in background

    Fixes issue where jobs weren't properly scheduled when the schedule function was called while the
    app was running in the background.

  • Readme updates

    Debugging
    Troubleshooting