Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easing was renamed to easing node in reanimated 2. #262

Open
DanteVR opened this issue Apr 6, 2021 · 1 comment
Open

Easing was renamed to easing node in reanimated 2. #262

DanteVR opened this issue Apr 6, 2021 · 1 comment

Comments

@DanteVR
Copy link

DanteVR commented Apr 6, 2021

Describe the bug
Renamed methods:

  1. 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.

  2. Easing renamed to EasingNode#
    When using Easing imported from react-native-reanimated v1, in v2 you should use EasingNode instead.

@mndaipre
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants