Are react-native-reanimated transitions supported on web? #4072
Unanswered
EliotKhachi
asked this question in
Q&A
Replies: 1 comment
-
Intersting too |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is there web support for react-native-reanimated transitions?
I'm trying to implement a transition to display a small drop-down when pressing a button, but the transition isn't taking effect. I'm getting the following warning when I invoke the
animateNextTransition()
of my transitioning View:Reanimated: animateNextTransition is unimplemented on current platform
I've tested the same thing on iOS and the transition works as expected. In web, I've already tested a basic
useShareValue()
anduseAnimatedStyle()
translation animation and it works as expected; so, I'm assuming some react-native-reanimated features work and some don't on web. I'm beginning to look at alternative animation packages such as React Spring, but I would prefer to stick with React Native packages if possible.Thanks,
Eliot
Screenshots of code for web:


Beta Was this translation helpful? Give feedback.
All reactions