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
Hi guys!
react-native-interactable has a problem with react-native version 0.63
I'm getting this error if I try to use animatedValueY or animatedValueX
I found that if I send both animatedValueY and animatedValueX values this error doesn't happen, so this is a quick fix, but if I send only one of these values, the error happens.
Thank you!
The text was updated successfully, but these errors were encountered:
I experienced the same as @dmitryusikriseapps. I was using only animatedValueX. When adding any value for animatedValueY I got rid of the exception, but my animation did not work properly until I added its own Animated.Value like this const deltaY = useRef(new Animated.Value(0)).current;
Hi guys!
react-native-interactable has a problem with react-native version 0.63
I'm getting this error if I try to use animatedValueY or animatedValueX
I found that if I send both animatedValueY and animatedValueX values this error doesn't happen, so this is a quick fix, but if I send only one of these values, the error happens.
Thank you!
The text was updated successfully, but these errors were encountered: