You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PanGestureHandler not working with custom activation criteria and no minDist set (#1594)
When using custom activation (or failure) criteria, without setting the minDist prop, the default value would default to Float.MAX_VALUE, making it impossible to activate the handler. This changes it to Float.MIN_VALUE which is also the default value in the resetConfig method.
0 commit comments