Skip to content

Commit

Permalink
Merge pull request #665 from eriveltonelias/master
Browse files Browse the repository at this point in the history
moved renderItem from optional to required props - sectionlist
  • Loading branch information
elicwhite authored Dec 7, 2018
2 parents 38a2edb + 5f0103c commit 2f84f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sectionlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ This is a convenience wrapper around [`<VirtualizedList>`](virtualizedlist.md),
Required props:

* [`sections`](sectionlist.md#sections)
* [`renderItem`](sectionlist.md#renderitem)

Optional props:

* [`initialNumToRender`](sectionlist.md#initialnumtorender)
* [`keyExtractor`](sectionlist.md#keyextractor)
* [`renderItem`](sectionlist.md#renderitem)
* [`onEndReached`](sectionlist.md#onendreached)
* [`extraData`](sectionlist.md#extradata)
* [`ItemSeparatorComponent`](sectionlist.md#itemseparatorcomponent)
Expand Down

0 comments on commit 2f84f67

Please sign in to comment.