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

Adding hideNavBarOnFocusSearchBar option #4578

Merged
merged 6 commits into from
Jan 15, 2019
Merged

Conversation

sganti564
Copy link
Contributor

@sganti564 sganti564 commented Jan 12, 2019

This PR will allow the user to add a new property to the topBar options hideNavBarOnFocusSearchBar

  1. if the value of hideNavBarOnFocusSearchBar is false then the nav bar wont hide on focus the search bar.
  2. if the value of hideNavBarOnFocusSearchBar is true or don't have this property mentioned in the topBar options then it will work as existing.

@sganti564
Copy link
Contributor Author

Did someone get a chance to look at this small PR? This is very important feature for one the components we build. Right now, user have to use multiple clicks (one for cancel and other for nav button) in order to accomplish a functionality. After this fix, they can use nav button directly and ignore the cancel. I want this to be merged asap. Thanks.

@yogevbd yogevbd merged commit 83f69d4 into wix:master Jan 15, 2019
vshkl pushed a commit to vshkl/react-native-navigation that referenced this pull request Feb 5, 2020
* hidesNavigationBarDuringPresentation SearchBar

* Adding hideNavBarOnFocusSearchBar option

* Fixing compilation error

* Code cleanup

* code refactoring
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.

3 participants