no message

This commit is contained in:
Armands Baurovskis
2018-06-26 10:56:22 +03:00
parent 76b66a3be8
commit 5d4fbeeff9

View File

@@ -3966,7 +3966,7 @@ export interface SectionListProps<ItemT> extends ScrollViewProps {
* Reverses the direction of scroll. Uses scale transforms of -1.
*/
inverted?: boolean;
/**
* Used to extract a unique key for a given item at the specified index. Key is used for caching
* and as the react key to track item re-ordering. The default extractor checks `item.key`, then