fakeheal / react-native-pan-pinch-view

🔍 A view component for React Native with pinch to zoom and drag to pan functionality.
MIT License
77 stars 13 forks source link

A quick pinch completely shifts the view #16

Open tomasrocchetti opened 4 months ago

tomasrocchetti commented 4 months ago

When you make a quick pinch the view moves returning to the initial coordinates both in Android and iOS. Is this a known issue?

fakeheal commented 4 months ago

Can you describe what a "quick pinch" is?

tomasrocchetti commented 4 months ago

when I perform the pinch gesture quickly enough the view flies away

tomasrocchetti commented 3 months ago

Any news?

fakeheal commented 3 months ago

Hey, @tomasrocchetti, unfortunately I haven't been able to reproduce the problem in my apps (that I use that package in).

I will have the time to check what's going on here next weekend.

Are you using real iOS & Android devices?