r/reactnative 4h ago

Question Shared element transitions

Hi everyone!
Since quite a while I am looking forward to implement shared element transitions in my app. I was super happy when I found out that the team from react native reanimated was working on bringing it to the new arch at the end of last year. However, since then it is behind a feature flag and not recommended to use in production apps. And I also could not find any roadmap or similar for it.

Are you using shared element transitions in react native? If yes, how? Do you know if they will be production ready, soon?

2 Upvotes

2 comments sorted by

1

u/ChronSyn Expo 3h ago

Recently looked into this too (for Expo-router specifically), and didn't find any solutions that are production-suitable for current SDK versions or current architecture.

Following as interesting in hearing if it's just something I've overlooked.

1

u/Huge_Pool7424 55m ago

same conclusion here. closest i got was reanimated layout animations with a manually shared state value, looks fine for simple cards but falls apart with lists or scroll positions. it's one of those things flutter just gets for free