diff --git a/index.js b/index.js index 48483a5a..dae8058f 100644 --- a/index.js +++ b/index.js @@ -248,6 +248,7 @@ export default class Pdf extends Component { this.lastRNBFTask = RNFetchBlob.config({ // response data will be saved to this path if it has access right. path: tempCacheFile, + trusty: true, }) .fetch( source.method ? source.method : 'GET',