-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have not transition after opening Drawer Navigator #237
Comments
animationTypeForReplace: 'pop' is also preventer to createSharedElementStackNavigator screenOptions |
I caught that sharedElements={route => {...}} just not calling after the call of "closeDrawer" |
Still it maintained? 🤨 |
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 |
I am facing this but with tap and top navigation |
same issue i am using bottomtab navigator when i use it ...the transition only works once |
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
The text was updated successfully, but these errors were encountered: