Closed
Description
openedon Apr 28, 2022
VirtualizedList
(which FlatList
inherits from) has CellRendererComponent
. This allows use-cases such as adding itemLayoutAnimation
(see here).
We currently allow passing the CellRendererComponent
but don't use it in any way. The passed CellRendererComponent
should either replace or wrap CellContainer
here. If replacing, we'll need to ensure AutoLayoutView
keeps working.
Once implemented, we can also add a snippet for how to add layout animations with reanimated
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels