Is your feature request related to a problem? Please describe.
Zooming in goes at a normal speed, but if you take your fingers off the screen and then try to zoom back out afterward, it's very slow
Describe the solution you'd like
something that allows me to control the zoom speed, either by providing a way to manage it directly, or by providing a way to set the zoom value on the Camera component
Describe alternatives you've considered
we have a way to manage this in react-native-camera via some logic within a child component with a PinchGestureHandler that manages the zoom via a set state function passed down to it, but the package is deprecated and we've been trying to move to something that has continued support
Is your feature request related to a problem? Please describe.
Zooming in goes at a normal speed, but if you take your fingers off the screen and then try to zoom back out afterward, it's very slow
Describe the solution you'd like
something that allows me to control the zoom speed, either by providing a way to manage it directly, or by providing a way to set the zoom value on the Camera component
Describe alternatives you've considered
we have a way to manage this in react-native-camera via some logic within a child component with a PinchGestureHandler that manages the zoom via a set state function passed down to it, but the package is deprecated and we've been trying to move to something that has continued support