Spencer Ahrens 73e0b01b06 SectionList
Summary:
Simple API takes structured `sections` prop instead of `data` array. `sections` is an array of
`Section` objects, each of which has a `key` and an `itemData` array which is analogous to a
`FlatList` `data` prop, plus optional props like `ItemComponent` that can be overridden on a
per-section level, allowing heterogeneous section item rendering via clean composition.

Flattens the sections data and renders with VirtualizedList under the hood. Doesn't support
sticky headers yet.

Reviewed By: yungsters

Differential Revision: D4519354

fbshipit-source-id: 58de959dadb6f55f681245ecd99a5dc356a48f36
2017-02-13 16:32:17 -08:00
..
2017-02-09 14:46:11 -08:00
2016-12-07 17:13:42 -08:00
2017-02-08 14:50:43 -08:00
2017-02-13 16:32:17 -08:00
2017-01-31 11:58:30 -08:00
2017-02-13 01:30:32 -08:00
2016-11-02 12:29:15 -07:00
2017-01-31 11:13:50 -08:00
2016-11-23 11:28:29 -08:00
2017-02-08 14:50:43 -08:00
2017-02-08 14:50:43 -08:00