Replies: 1 comment
-
As far as I know, Shared Element Transitions work only while animating between different screens in the stack navigator (you have to use the native-stack). In other cases, you will see the duplicate tag warning, which you experienced. |
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.
-
3 accordions
I have three accordions that starts with two unfolded and the third folded.
When the right action takes place in accordion 2, a descibing component (ItemView) should move to the opening third accordion whilst the first closes.
If I read what the Shared Element Transition is taking care off it is exactly that, but I only see examples for screens and if I implement it, I get 'duplicate tag' warnings as both source and target View locations are considered on the same screen.
Beta Was this translation helpful? Give feedback.
All reactions