mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Remove extraneous character in react-native types
Remove extraneous `}` in `FlatList` `renderItem` definition
This commit is contained in:
Vendored
+1
-1
@@ -3700,7 +3700,7 @@ export interface FlatListProps<ItemT> extends VirtualizedListProps<ItemT> {
|
||||
* ```
|
||||
* _renderItem = ({item}) => (
|
||||
* <TouchableOpacity onPress={() => this._onPress(item)}>
|
||||
* <Text>{item.title}}</Text>
|
||||
* <Text>{item.title}</Text>
|
||||
* <TouchableOpacity/>
|
||||
* );
|
||||
* ...
|
||||
|
||||
Reference in New Issue
Block a user