From 01b91e6121502672b382dec3577f2348239380e7 Mon Sep 17 00:00:00 2001 From: Anshul Singh Date: Thu, 12 Jan 2023 17:59:15 +0530 Subject: [PATCH 1/2] updated to rn-fetch-blob --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8d7b486a..ec4d9bf0 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ import { import PdfViewNativeComponent, { Commands as PdfViewCommands, } from './fabric/RNPDFPdfNativeComponent'; -import ReactNativeBlobUtil from 'react-native-blob-util' +import ReactNativeBlobUtil from 'rn-fetch-blob' import {ViewPropTypes} from 'deprecated-react-native-prop-types'; const SHA1 = require('crypto-js/sha1'); import PdfView from './PdfView'; From 7b7d65507f608c1319080630777ac3ee1ad6a622 Mon Sep 17 00:00:00 2001 From: Anshul Singh Date: Tue, 14 Feb 2023 16:07:35 +0530 Subject: [PATCH 2/2] rn-fetch-blob change in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be52396c..2d4d1d2d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "peerDependencies": { "react": "*", "react-native": "*", - "react-native-blob-util": ">=0.13.7" + "rn-fetch-blob": "0.12.0" }, "files": [ "android/",