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> )}