-
Notifications
You must be signed in to change notification settings - Fork 345
Closed
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
No labels