Skip to content
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

[Shared Element Transition] Fix exiting animations on Android #4038

Merged
merged 3 commits into from Feb 8, 2023

Conversation

piaskowyk
Copy link
Member

@piaskowyk piaskowyk commented Feb 7, 2023

Summary

I shouldn't clear the layout animation config when the shared element transition doesn't start. Without this check, the exiting layout animation couldn't start because LayoutAnimationManager doesn't contain the view config.

Test plan

Run exiting layout animation on Android.

@piaskowyk piaskowyk merged commit 923edf3 into main Feb 8, 2023
@piaskowyk piaskowyk deleted the @piaskowyk/SET-fix-android-exiting-LA branch February 8, 2023 15:34
fluiddot pushed a commit to wordpress-mobile/react-native-reanimated that referenced this pull request Jun 5, 2023
…re-mansion#4038)

## Summary

I shouldn't clear the layout animation config when the shared element
transition doesn't start. Without this check, the exiting layout
animation couldn't start because LayoutAnimationManager doesn't contain
the view config.

## Test plan

Run exiting layout animation on Android.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants