From 10c3e960694465d90a2ba98fee86d33ea08781f5 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Date: Thu, 6 Jul 2017 22:04:47 +0000
Subject: [PATCH] Updated docs for next
---
releases/next/docs/flatlist.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releases/next/docs/flatlist.html b/releases/next/docs/flatlist.html
index 60339c4218f..64db2526ecb 100644
--- a/releases/next/docs/flatlist.html
+++ b/releases/next/docs/flatlist.html
@@ -117,7 +117,7 @@ sure to also set the refreshing prop correctly.
={separators.highlight}
onHideUnderlay={separators.unhighlight}>
<View style={{backgroundColor: 'white'}}>
- <Text>{item.title}}</Text>
+ <Text>{item.title}</Text>
</View>
</TouchableHighlight>
)}