From d568f6bc642e835c176b877ccaedfae7d0bfd6bf Mon Sep 17 00:00:00 2001 From: petrosvoivontas <46870575+petrosvoivontas@users.noreply.github.com> Date: Tue, 7 Apr 2020 12:13:14 +0300 Subject: [PATCH] Update sectionlist.md initialNumToRender was listed as a required prop for the SectionList Component --- docs/sectionlist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sectionlist.md b/docs/sectionlist.md index d0aec9d6406..903c97fa541 100644 --- a/docs/sectionlist.md +++ b/docs/sectionlist.md @@ -248,7 +248,7 @@ How many items to render in the initial batch. This should be enough to fill the | Type | Required | | ------ | -------- | -| number | Yes | +| number | No | ---