Support class based components for animated style #1922
AlphaJuliettOmega
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.swmansion.com/react-native-reanimated/docs/animations
The example, if applied in a Class based component throws:
This is not a function component, so why are function component calls being made for animated styles
Instead of
I am using
All I wanted was to add a delay to an already working animation,
The delay parameter is not supported in TimingConfig so-
This lead to a rabbit hole of updating Reanimated, React native and eventually hitting this roadblock - so it's time to stash all changes and just use 1.3.2 for me.
Beta Was this translation helpful? Give feedback.
All reactions