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'; 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/",