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
Thanks for @janicduplessis 's great work #9456 ,now we can stick the section headers on Android as on iOS, and I can remove my js workaround finally, I've test it and works really awesome with little flaws:
The sticky headers will bounce if LayoutAnimation is configured, just try the ListViewPagingExample you can see that sticky headers will be affected by LayoutAnimation
If renderHeader is set to ListView, and the header is a View component with no children, then the first item of the section rows will be stuck instead of the section header.
Thanks for @janicduplessis 's great work #9456 ,now we can stick the section headers on Android as on iOS, and I can remove my js workaround finally, I've test it and works really awesome with little flaws:
LayoutAnimation
is configured, just try theListViewPagingExample
you can see that sticky headers will be affected byLayoutAnimation
renderHeader
is set toListView
, and the header is aView
component with no children, then the first item of the section rows will be stuck instead of the section header.but if you use
Text
orTouchableOpacity
instead ofView
with no children, it works accurately tooThe text was updated successfully, but these errors were encountered: