From a8123e5e5be22bca48e848f863c7c5e5fd04a2a0 Mon Sep 17 00:00:00 2001 From: John Wilson Date: Sun, 19 Nov 2017 09:46:53 -0800 Subject: [PATCH] Removed Duplicate data. Summary: Prop for SectionList 'ItemSeperatorComponent' was repeated twice. (Write your motivation here.) (Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!) Closes https://github.com/facebook/react-native/pull/16872 Differential Revision: D6370787 Pulled By: hramos fbshipit-source-id: f5b53376b6c169d96089e8706612587cc50d8669 --- docs/sectionlist.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sectionlist.md b/docs/sectionlist.md index dfa53d6fc7d43e..327a34261b2e9f 100644 --- a/docs/sectionlist.md +++ b/docs/sectionlist.md @@ -62,7 +62,6 @@ here, along with the following caveats: - [`sections`](docs/virtualizedlist.html#sections) - [`renderItem`](docs/virtualizedlist.html#renderitem) - [`ItemSeparatorComponent`](docs/virtualizedlist.html#itemseparatorcomponent) -- [`ItemSeparatorComponent`](docs/virtualizedlist.html#itemseparatorcomponent) - [`ListEmptyComponent`](docs/virtualizedlist.html#listemptycomponent) - [`ListFooterComponent`](docs/virtualizedlist.html#listfootercomponent) SectionSeparatorComponent