Using with reanimated 2.2.0 #966
-
Can I use Animated.createAnimatedComponent() on <Screens> to animate props like activityState and styles ? |
Beta Was this translation helpful? Give feedback.
Answered by
WoLewicki
Jun 28, 2021
Replies: 1 comment 1 reply
-
I think the thing you are asking for is connected to this PR: #890. It makes it possible to wrap |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tboba
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the thing you are asking for is connected to this PR: #890. It makes it possible to wrap
Screen
withcreateAnimatedComponent
fromreact-native-reanimated
and use the transition progress of the screen in your components. Am I right?