fix build
RN APK Build / build (push) Failing after 55m38s

This commit is contained in:
2026-04-22 12:18:31 +05:30
parent e8ae064d6a
commit eaf42467ee
3 changed files with 65094 additions and 1130 deletions
@@ -0,0 +1,12 @@
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()