-
-
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
Issue when navigate to a screen while current screen has shared-element #277
Comments
same issue |
@MarcHbb solved this problem by passing the following code to all screens that can be reached from this screen (in Stack.Navigator):
in my case its looks like this:
|
Navigating back, the shared element is disappears until the transition finishes. How did you solve this @unknwngera? |
@GhostWalker562 try this :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context :
I have my Feed screen, with a list of items that has image
When I press on one item, it navigate to the detail screen with react-navigation-shared-element transition.
When I want to navigate to the next screen in the stack, the image freeze while navigation transition is happening.
See the video below
Bug.MP4
The text was updated successfully, but these errors were encountered: