Hello, I am using react-native-svg along with React Native Animated library to programmatically zoom in / out of an SVG using the viewBox.
The SVG has about 150 elements which I am using to click on and zoom into that area.
I am running into problems with the zooming / easing not performing well.
I have not been able to get things to work by setting useNativeDriver to true. I can only get it working with that set to false. I believe that could be causing performance issues.
Here is the code I am using.
Hello @MPIIIMan, Are you still experiencing that issue?
Please provide an example with all the important things. It would help us to understand the problem. Thank you.
Hello, I am using react-native-svg along with React Native Animated library to programmatically zoom in / out of an SVG using the viewBox. The SVG has about 150 elements which I am using to click on and zoom into that area.
I am running into problems with the zooming / easing not performing well.
I have not been able to get things to work by setting useNativeDriver to true. I can only get it working with that set to false. I believe that could be causing performance issues.
Here is the code I am using.