-
-
Notifications
You must be signed in to change notification settings - Fork 518
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
fix: rework open/back animation logic on Android #871
fix: rework open/back animation logic on Android #871
Conversation
Co-authored-by: tomtargosz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirming that #865 is fixed with this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Please answer to the comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please comment on the suggestions. After this, I think it is ready to be merged.
Description
Intricate logic for animation opening and closing screens in Android introduced incontinency in
navigation.reset
.The issue is described in detail in #865.
Fixes #865.
Changes
Screenshots / GIFs
Before
reset.before.mov
After
reset.after.mov
Test code and steps to reproduce
Provided
Test865.tsx
inTestsExample
project.Checklist