From f8ae461bc1cff9e7df7127fbec29c4e626a35b04 Mon Sep 17 00:00:00 2001 From: superyarik Date: Thu, 6 Jul 2017 14:24:26 -0700 Subject: [PATCH] Update FlatList.js Summary: Closes https://github.com/facebook/react-native/pull/14764 Differential Revision: D5375730 Pulled By: javache fbshipit-source-id: 776db77c4dc681edef5832552b220197225e9d3f --- Libraries/Lists/FlatList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Lists/FlatList.js b/Libraries/Lists/FlatList.js index 820a870eb..f0cc2201c 100644 --- a/Libraries/Lists/FlatList.js +++ b/Libraries/Lists/FlatList.js @@ -38,7 +38,7 @@ type RequiredProps = { * onShowUnderlay={separators.highlight} * onHideUnderlay={separators.unhighlight}> * - * {item.title}} + * {item.title} * * * )}