From 1bb14a8900a110e378ec325830e5eedb64bb087d Mon Sep 17 00:00:00 2001 From: Alex Bakoushin Date: Fri, 31 Jan 2025 12:13:45 +0100 Subject: [PATCH] delete patch --- patches/react-native-camera+4.2.1.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 patches/react-native-camera+4.2.1.patch diff --git a/patches/react-native-camera+4.2.1.patch b/patches/react-native-camera+4.2.1.patch deleted file mode 100644 index 59a8f112703..00000000000 --- a/patches/react-native-camera+4.2.1.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/node_modules/react-native-camera/src/RNCamera.js b/node_modules/react-native-camera/src/RNCamera.js -index b7a271a..2df81f6 100644 ---- a/node_modules/react-native-camera/src/RNCamera.js -+++ b/node_modules/react-native-camera/src/RNCamera.js -@@ -5,7 +5,6 @@ import { - findNodeHandle, - Platform, - NativeModules, -- ViewPropTypes, - requireNativeComponent, - View, - ActivityIndicator, -@@ -394,7 +393,6 @@ export default class Camera extends React.Component { - }; - - static propTypes = { -- ...ViewPropTypes, - zoom: PropTypes.number, - useNativeZoom: PropTypes.bool, - maxZoom: PropTypes.number,