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()