fix: Fix iOS native enableZoomGesture zoom logic (#2329)
				
					
				
			fix a bug related to built-in zoom feature on iOS
This commit is contained in:
		| @@ -20,7 +20,7 @@ extension CameraView { | ||||
|  | ||||
|     // Update zoom React prop | ||||
|     zoom = NSNumber(value: scale) | ||||
|     didSetProps(["zoom"]) | ||||
|     didSetProps([]) | ||||
|   } | ||||
|  | ||||
|   func addPinchGestureRecognizer() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user