diff --git a/mobile/patches/react-native-pdf+7.0.3.patch b/mobile/patches/react-native-pdf+7.0.3.patch new file mode 100644 index 0000000..4e704fd --- /dev/null +++ b/mobile/patches/react-native-pdf+7.0.3.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/react-native-pdf/index.js b/node_modules/react-native-pdf/index.js +index 56df005..8b8f5d2 100644 +--- a/node_modules/react-native-pdf/index.js ++++ b/node_modules/react-native-pdf/index.js +@@ -20,7 +20,7 @@ import { + import PdfViewNativeComponent, { + Commands as PdfViewCommands, + } from './fabric/RNPDFPdfNativeComponent'; +-import ReactNativeBlobUtil from 'react-native-blob-util' ++import ReactNativeBlobUtil from 'react-native-blob-util'; + import {ViewPropTypes} from 'deprecated-react-native-prop-types'; + const SHA1 = require('crypto-js/sha1'); + import PdfView from './PdfView';