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