pavelbabenko/react-native-awesome-gallery

Example shared element transition

ori9998 opened this issue · 2 comments

Hello, thank you for this amazing gallery!
One thing that I've noticed is that when running the example that you provided, it doesn't seem to have shared element transition when opening and closing. Is there any example on shared element transition like in the gif that is on the main page of this repository?

Thank you for this library!

Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-12-15.at.00.52.06.mp4

Hi @ori9998
I have removed shared transition because I moved example to expo, but shared transition required a native module.
Example included shared transition before 0.3.6:
Here is a code from v0.3.5, you can find what you need there:
https://github.com/pavelbabenko/react-native-awesome-gallery/tree/d11758e8b615422f6772577179ae82d5ea937b90

Thank you!