mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
40da7bb835
Summary: ListViewDataSource's default data extractor can actually expect another data form: `{ sectionID_1: [ <rowData1>, <rowData2>, ... ], ... }` Closes https://github.com/facebook/react-native/pull/1285 Github Author: Zhao Han <cx.chenghai+github@gmail.com> Test Plan: Changed the ListViewExample to make sure all three formats work.