-
Notifications
You must be signed in to change notification settings - Fork 54
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
Pulldown is showing under NavigatorIOS bar #7
Comments
@michalraska |
👍 |
Problem is with automatically adjusted content inset of ListView component. Possible dirty solution is to set topMargin style to ListView instead of contentInset. <ListView
ref='LIST_VIEW_REF'
automaticallyAdjustContentInsets={false}
style={{topMargin: 64}}
/> |
@michalraska Thanks! @Shuangzuan would you take a PR to add this to the docs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case when is ListView placed inside NavigatorIOS "pull down" is showed under NavigatorIOS bar and under pull down "icon" is too big space. Is possible somehow fix this case? Thank you.
The text was updated successfully, but these errors were encountered: