IjzerenHein / react-navigation-shared-element

React Navigation bindings for react-native-shared-element 💫
https://github.com/IjzerenHein/react-native-shared-element
MIT License
1.26k stars 125 forks source link

Transition not working when navigate back with finger gesture (IOS) #260

Open MarcHbb opened 1 year ago

MarcHbb commented 1 year ago

First, let me thank you for the work, this module is incredible. I managed to get this work, from getting to a detail screen and go back (onPress) with the transition.
But when I go back from using finger gesture (gesture from left of the screen to the right), the go back transition is not working.

p-syche commented 1 year ago

hi @MarcHbb ,

Thank you for the kind words ❤️ Can you provide a minimal repro or an expo snack of the issue you are seeing?

frozencap commented 1 year ago

yeah so I was seeing this too and to reproduce this, I really just pasted the Usage snippet into a snack

https://snack.expo.dev/3dgVG2POp

frozencap commented 1 year ago

example Screenshot 2023-02-01 at 4 42 31 AM

MarcHbb commented 1 year ago

Hello @p-syche ! :)

Sorry didn't get notified about answer on this thread ! Do you have some news or is it still in progress ?

p-syche commented 1 year ago

Hi @shawarmaz and @MarcHbb :)

Thank you for the repro @shawarmaz. I'm looking into this issue this week, I hope to get back to you with some info in a few days.

bpeck81 commented 11 months ago

I'm seeing this issue

paul12p-pichincha commented 8 months ago

any update?