Releases: vikeri/react-native-background-job
Releases · vikeri/react-native-background-job
Bugfix
Pre-release to test fix for production crash
Does not crash when used from iOS
Will throw a warning if used from iOS but will not crash.
Added extra parameters to schedule
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
Minor bugfix
-
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