Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more documentation in ListViewDataSource
Summary: ListViewDataSource's default data extractor can actually expect another data form: `{ sectionID_1: [ <rowData1>, <rowData2>, ... ], ... }` Closes #1285 Github Author: Zhao Han <cx.chenghai+github@gmail.com> Test Plan: Changed the ListViewExample to make sure all three formats work.
- Loading branch information