|
@@ -491,7 +491,7 @@ When using DownloadManager, `fileCache` and `path` properties in `config` will n
|
491
|
491
|
```js
|
492
|
492
|
RNFetchBlob
|
493
|
493
|
.config({
|
494
|
|
- addAdnroidDownloads : {
|
|
494
|
+ addAndroidDownloads : {
|
495
|
495
|
useDownloadManager : true, // <-- this is the only thing required
|
496
|
496
|
// Optional, override notification setting (default to true)
|
497
|
497
|
notification : false,
|
|
@@ -530,7 +530,7 @@ RNFetchBlob.config({
|
530
|
530
|
description : 'An image file.',
|
531
|
531
|
mime : 'image/png',
|
532
|
532
|
// Make the file scannable by media scanner
|
533
|
|
- meidaScannable : true,
|
|
533
|
+ mediaScannable : true,
|
534
|
534
|
}
|
535
|
535
|
})
|
536
|
536
|
.fetch('GET', 'http://example.com/image1.png')
|