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

Have not transition after opening Drawer Navigator #237

Open ksielyov opened 2 years ago

ksielyov commented 2 years ago

I have some Stack Navigator and some nested Drawer Navigator. When I openDrawer() transition works only once, then I have not transition.

I use navigation.pop() to go back

Emulator recorded bug: https://ufile.io/tk4a0qc6

ksielyov commented 2 years ago

animationTypeForReplace: 'pop' is also preventer to createSharedElementStackNavigator screenOptions

ksielyov commented 2 years ago

I caught that sharedElements={route => {...}} just not calling after the call of "closeDrawer"

ksielyov commented 2 years ago

Still it maintained? 🤨

philipthedeveloper commented 2 years ago

I am having the same issue right now, one you open a screen that is not a stack navigation screen, the shared element transition works only once then stops

philipthedeveloper commented 2 years ago

I caught that sharedElements={route => {...}} just not calling after the call of "closeDrawer"

I am facing this but with tap and top navigation

hashhirr commented 2 months ago

same issue i am using bottomtab navigator when i use it ...the transition only works once @ksielyov any fix ?