Replies: 1 comment 1 reply
-
Hey! So you mean, you want to add the shared element transition between the component that is already rendered on the I think that the component on the In order to make it work, you would have to fetch necessary data before navigating to the new screen or use some placeholder that is available before the real data is returned from the server. |
Beta Was this translation helpful? Give feedback.
-
Hi,
let's say we have a list screen called ScreenA and a detail screen called ScreenB.
We are passing the item's ID as a sharedTransitionTag to ScreenB with navigation via params... In ScreenB we grab this ID and make a request to a server to get the actual detail data, then rendering the components.
In such case how do we apply Shared Element Transition ?
Beta Was this translation helpful? Give feedback.
All reactions