diff --git a/README.md b/README.md index d4a59aa..d0bcc4f 100644 --- a/README.md +++ b/README.md @@ -466,7 +466,9 @@ If `progressDivider` = 0, you will receive all `progressCallback` calls, default (IOS only): `options.background` (`Boolean`) - Whether to continue downloads when the app is not focused (default: `false`) This option is currently only available for iOS, and you must [enable background fetch](https://www.objc.io/issues/5-ios7/multitasking/#background-fetch) - for your project in XCode. + for your project in XCode. You only need to enable background fetch in `Info.plist` and set + the fetch interval in `didFinishLaunchingWithOptions`. The `performFetchWithCompletionHandler` + callback is handled by RNFS. ### `stopDownload(jobId: number): void`