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
interpolate renamed to interpolateNode#
When using interpolate imported directly from react-native-reanimated v1, in v2 you should use interpolateNode instead. If you were using a class member method AnimatedValue.interpolate, no change is necessary.
Easing renamed to EasingNode#
When using Easing imported from react-native-reanimated v1, in v2 you should use EasingNode instead.
The text was updated successfully, but these errors were encountered:
Describe the bug
Renamed methods:
interpolate renamed to interpolateNode#
When using interpolate imported directly from react-native-reanimated v1, in v2 you should use interpolateNode instead. If you were using a class member method AnimatedValue.interpolate, no change is necessary.
Easing renamed to EasingNode#
When using Easing imported from react-native-reanimated v1, in v2 you should use EasingNode instead.
The text was updated successfully, but these errors were encountered: