Files
performics_manager/patches/react-native-vision-camera+4.7.3.patch
anitak eaf42467ee
RN APK Build / build (push) Failing after 55m38s
fix build
2026-04-22 12:18:31 +05:30

13 lines
714 B
Diff

diff --git a/node_modules/react-native-vision-camera/ios/Core/CameraSession.swift b/node_modules/react-native-vision-camera/ios/Core/CameraSession.swift
index 10b0f33..5f8dc6a 100644
--- a/node_modules/react-native-vision-camera/ios/Core/CameraSession.swift
+++ b/node_modules/react-native-vision-camera/ios/Core/CameraSession.swift
@@ -133,6 +133,7 @@ final class CameraSession: NSObject, AVCaptureVideoDataOutputSampleBufferDelegat
do {
// If needed, configure the AVCaptureSession (inputs, outputs)
+ self.captureSession.automaticallyConfiguresCaptureDeviceForWideColor = false;
if difference.isSessionConfigurationDirty {
self.captureSession.beginConfiguration()