react native svg zooming, losing the view point
I’ve implemented a complex svg zooming functionality for the application I’m working, it was working fine with below coad
RN0.74.1 unable to resolve module when importing svg
I cant show the svg files on the new RN0.74.1, i’ve add:
Cannot drag when child component has onPress in ReactNativeZoomableView – React Native
as seen in the code I shared below, there is an onPress in the Path in ReactNativeZoomableView. The dragging function works successfully from areas not covered by this path, but if I try to do this on the Path, the dragging does not work. I have no other way than having the two work together for the project I’m developing.