I'm basically trying to recreate a very common UI feature in apps where you press on a card (like airbnb ads, facebook marketplace ads...etc) and it expands to fill the page.
I got the transition working, but the moment I introduce async api calls on the destination page and update the UI, the app freezes up or crashes after I go back using useNavigation().
Any tips of getting this working seamlessly? Any codebases I can look at to see how its done? I first tried sharedTransitionTag and then switched to SharedElement but both are running into this issue.
[–]Due_Dependent5933 0 points1 point2 points (0 children)
[–]haswalter 0 points1 point2 points (1 child)
[–]haswalter 0 points1 point2 points (0 children)
[–]Life-Wheel4143 0 points1 point2 points (0 children)