Open fredrifoUni opened 3 months ago
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
Any update here please? I have the same problem
Proposed solution by @fredrifoUni seems to work, maybe it could be applied ?
Description
There is an issue where
getSharedElementForCurrentTransition
can get stuck in an infinite while loop if the transition has been run before. For me it was consistently happening when performing the same transition twiceWe created a hacky patch that fixes the crashing issue:
Steps to reproduce
I have not had time to verify this in a new repo, but here are the steps I went through.
navigation.navigate("MainScreen", { screen: "ScreenName", params: { data, sharedTransitionTag } })
MainScreen
Snack or a link to a repository
https://snack.expo.io/
Reanimated version
3.13.0
React Native version
0.73.6
Platforms
iOS
JavaScript runtime
Hermes
Workflow
None
Architecture
Paper (Old Architecture)
Build type
Debug app & production bundle
Device
Real device
Device model
No response
Acknowledgements
Yes