You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a basic scaffold, copied "ListViewPagingExample.js" from master, pasted it into my 0.11.4 codebase as the only view, and noticed something very strange. The sections don't scroll as expected to the top of the view.
See below.
Inside of an application without a header:
The text was updated successfully, but these errors were encountered:
What is very confusing is that this works perfectly within the confines of a Navigator component. ListView is just one of those components that is so very mysterious sometimes :P
@ide, thank you! I found similar issues after some more searches.
This is clearly a documentation issue. I've tripped over this a few times already.
automaticallyAdjustContentInsets is not a direct property of ListView. Without knowledge of the source, that is that ListView implements a ScrollView, how does a new person actually resolve this issue?
I created a basic scaffold, copied "ListViewPagingExample.js" from master, pasted it into my 0.11.4 codebase as the only view, and noticed something very strange. The sections don't scroll as expected to the top of the view.
See below.
Inside of an application without a header:
The text was updated successfully, but these errors were encountered: