VirtualizedSectionList not exposed ? #20768
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Hello,
I just want to understand why
VirtualizedSectionList
is not exposed ?SectionList
inherit from it and is exposed, so I'm a little bit confused...I need this class because my datas are immutable, so I need to specify the getItem props, to handle this kind of data, something that isn't possible with
SectionList
if I'm right.EDIT: After a bit of reading of the code, I saw that
getItem
is override inVirtualizedSectionList
, to follow the same logic as withVirtualizedList
,getItem
should be specify inSectionList
, to allow the same behaviour as excepted when we useVirtualizedList
with immutable datas.The text was updated successfully, but these errors were encountered: