From ebff395ce26f536b70209bf2ef758eb8ed07ac74 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 16 Sep 2025 22:27:49 +0100 Subject: [PATCH] patch compressor lib https://github.com/numandev1/react-native-compressor/issues/367 --- patches/react-native-compressor+1.11.0.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/react-native-compressor+1.11.0.patch diff --git a/patches/react-native-compressor+1.11.0.patch b/patches/react-native-compressor+1.11.0.patch new file mode 100644 index 0000000000..1f8332696d --- /dev/null +++ b/patches/react-native-compressor+1.11.0.patch @@ -0,0 +1,10 @@ +diff --git a/node_modules/react-native-compressor/ios/Video/VideoMain.swift b/node_modules/react-native-compressor/ios/Video/VideoMain.swift +index 6fe5e9c..af8a0b5 100644 +--- a/node_modules/react-native-compressor/ios/Video/VideoMain.swift ++++ b/node_modules/react-native-compressor/ios/Video/VideoMain.swift +@@ -1,5 +1,4 @@ + import Foundation +-import AssetsLibrary + import AVFoundation + import Photos + import MobileCoreServices