fix: Fix iOS native enableZoomGesture zoom logic (#2329)

fix a bug related to built-in zoom feature on iOS
This commit is contained in:
Kuba Adamczyk
2024-01-02 11:57:22 +01:00
committed by GitHub
parent 895f3ec889
commit 30c4f9e7b5

View File

@@ -20,7 +20,7 @@ extension CameraView {
// Update zoom React prop // Update zoom React prop
zoom = NSNumber(value: scale) zoom = NSNumber(value: scale)
didSetProps(["zoom"]) didSetProps([])
} }
func addPinchGestureRecognizer() { func addPinchGestureRecognizer() {