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

Pulldown is showing under NavigatorIOS bar #7

Open
michalraska opened this issue Jun 12, 2015 · 5 comments
Open

Pulldown is showing under NavigatorIOS bar #7

michalraska opened this issue Jun 12, 2015 · 5 comments

Comments

@michalraska
Copy link
Contributor

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.

@Shuangzuan
Copy link
Owner

@michalraska
Can you take a screenshot for this situation?
Thank you.

@michalraska
Copy link
Contributor Author

pulldown

@cgarvis
Copy link

cgarvis commented Jun 16, 2015

👍

@michalraska
Copy link
Contributor Author

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}}
/>

@AdamBrodzinski
Copy link

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants