Update FlatList.js

Summary:
<!--
Thank you for sending the PR!

If you changed any code, please provide us with clear instructions on how you verified your changes work. In other words, a test plan is *required*. Bonus points for screenshots and videos!

Please read the Contribution Guidelines at https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md to learn more about contributing to React Native.

Happy contributing!
-->
Closes https://github.com/facebook/react-native/pull/14764

Differential Revision: D5375730

Pulled By: javache

fbshipit-source-id: 776db77c4dc681edef5832552b220197225e9d3f
This commit is contained in:
superyarik 2017-07-06 14:24:26 -07:00 committed by Facebook Github Bot
parent 465a68db1f
commit f8ae461bc1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ type RequiredProps<ItemT> = {
* onShowUnderlay={separators.highlight}
* onHideUnderlay={separators.unhighlight}>
* <View style={{backgroundColor: 'white'}}>
* <Text>{item.title}}</Text>
* <Text>{item.title}</Text>
* </View>
* </TouchableHighlight>
* )}