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
sometimes this error happen on android
withRheostat.tsx line 166 previousHandlePos is undefined const proposedPosition = (gestureState.dx / width) * PERCENT_FULL + previousHandlePos[idx];
The text was updated successfully, but these errors were encountered:
Thank you for your answer. actually, I couldn't reproduce it after 100 times test :D
In both true and false (onPanResponderTerminationRequest)
I'm not sure what was the cause
sometimes this error happen on android
withRheostat.tsx line 166 previousHandlePos is undefined
const proposedPosition = (gestureState.dx / width) * PERCENT_FULL + previousHandlePos[idx];
The text was updated successfully, but these errors were encountered: