The PR fixed an iOS issue where double-tapping to zoom in on a PDF with a scale greater than 1 caused a fast scrolling and only then zooming to the desired point (video attached). The reason behind is that the custom scrolling conflicts with the _pdfView gesture recognizers
Video of the issue
[Issue Video](https://github.com/wonday/react-native-pdf/assets/138074114/6aa826ff-45f5-44af-93a0-050b78e0dcc0)
Video with the fixes
[Fixed Video](https://github.com/wonday/react-native-pdf/assets/138074114/867ba1a5-a3bf-46f8-bd39-38c88200eaca)
Fix double tap zoom scrolling
The PR fixed an iOS issue where double-tapping to zoom in on a PDF with a scale greater than 1 caused a fast scrolling and only then zooming to the desired point (video attached). The reason behind is that the custom scrolling conflicts with the _pdfView gesture recognizers
Video of the issue
[Issue Video](https://github.com/wonday/react-native-pdf/assets/138074114/6aa826ff-45f5-44af-93a0-050b78e0dcc0)Video with the fixes
[Fixed Video](https://github.com/wonday/react-native-pdf/assets/138074114/867ba1a5-a3bf-46f8-bd39-38c88200eaca)