From 3b571ede076731469f8e8cf47fb7605324ddbe07 Mon Sep 17 00:00:00 2001 From: Joseph D'Souza Date: Tue, 10 Feb 2026 16:31:53 +0100 Subject: [PATCH] add package patch to native dependency --- mobile/patches/react-native-pdf+7.0.3.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mobile/patches/react-native-pdf+7.0.3.patch 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';