ScrollView "StickyHeaderComponent" prop need documentation #2179
Labels
👻 Missing Docs
Documentation is missing
👋 Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Description
I found
StickyHeaderComponent
is available in the latest version RN'sScrollView
. But it's not documented.What is the problem?
There is some ambiguity in understanding just as described in PR.
For example, if I use
StickyHeaderComponent
withstickyHeaderIndices
, it's ambiguous how to handle it.It similar to
CellRenderComponent
prop, but it doesn't keep the sticky behavior.How can we address it?
Requires documentation and some use-case of
StickyHeaderComponent
propWhy is it important?
As explained in the PR link above, the
CellRenderComponent
prop can not customScrollViewStickyHeader
, butStickyHeaderComponent
property can custom. So it makes us deal with the various situation.Who needs this?
It's necessary for everyone. Especially for those who need to implement animation in
ScrollView
,FlatList
.The text was updated successfully, but these errors were encountered: