reactjs - Weird gestures behavior when svg is scaled down in react native -


i have following issue: there parent view wraps 2 children views - left , right panels.

when move finger across screen animate width of left panel , scale content. content has 1 svg circle. want able capture onpress event of svg circle.

but when press on circle while scaled down, animation flickers. if open console can see velocity of gesture bigger when press on scaled circle. if svg not scaled down, works expected.

here snack: https://snack.expo.io/r1fp9fy5b. issue appears on physical android devices, scan qr code.

is behavior of scaled gestures expected or bug? , how fix it?

thanks in advance!


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -