Skip to content

Commit 3600797

Browse files
committed
chore: TODO for apple bug
1 parent 545dfca commit 3600797

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native-vision-camera/ios/Hybrid Objects/Inputs/HybridCameraDevice.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ final class HybridCameraDevice: HybridCameraDeviceSpec, NativeCameraDevice {
5858
// TODO: We create a separate struct here because for some reason the nitro-generated
5959
// struct `DynamicRange` fails to build when Swift tries to link to `operator==`
6060
// for `Equatable` conformance. So we use our own type, then map to the other.
61+
// Remove this workaround when Apple fixes this: https://github.com/swiftlang/swift/issues/88710
6162
struct ImplDynamicRange: Equatable {
6263
let bitDepth: DynamicRangeBitDepth
6364
let colorSpace: ColorSpace

0 commit comments

Comments
 (0)