-
-
Notifications
You must be signed in to change notification settings - Fork 537
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: Adds dispatch for hiding header #1153
Conversation
Co-authored-by: Kacper Kapuściak <39658211+kacperkapusciak@users.noreply.github.com>
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.
I think it would be best to extract the new native code into a method and call it there. There is already much code in the viewWillAppear
method. This PR should also be tested thoroughly in all kinds of navigation, like swiping, clicking back button, navigating from JS, since these options can return different values.
@WoLewicki I added videos before and after |
This reverts commit b57ab36.
@Ubax which version is this in? |
@nandorojo Looking at the commit history, it will be available in the next release. |
Description
Fixes issue #996.
More about native issue https://stackoverflow.com/questions/51402566/navigation-bar-issue-when-search-is-active-and-push-to-next-view-controller
Testing
Before:
Screen.Recording.2021-09-28.at.15.16.35.mov
After:
Screen.Recording.2021-09-28.at.15.11.21.mov
Checklist