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:
parent
465a68db1f
commit
f8ae461bc1
|
@ -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>
|
||||
* )}
|
||||
|
|
Loading…
Reference in New Issue