We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting a margin on the top of content(scrollview) when we have any fields inside. Maybe its because of keyboard aware lib.
Using automaticallyAdjustContentInsets={false} on content, solved the problem. Shouldn't we use this for default on ?
The text was updated successfully, but these errors were encountered:
Please post the screenshots and some sample code to reproduce the issue.
Sorry, something went wrong.
This only happens when the keyboard was opened, in my case, <Header searchBar
note the extra marginTop on Product List, after the keyboard was opened.
9dce714
himanshu-satija
No branches or pull requests
I'm getting a margin on the top of content(scrollview) when we have any fields inside. Maybe its because of keyboard aware lib.
Using automaticallyAdjustContentInsets={false} on content, solved the problem.
Shouldn't we use this for default on ?
The text was updated successfully, but these errors were encountered: