From 5d4fbeeff95dc319907a3bb36c019d4d46163aba Mon Sep 17 00:00:00 2001 From: Armands Baurovskis Date: Tue, 26 Jun 2018 10:56:22 +0300 Subject: [PATCH] no message --- types/react-native/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 15c726132b..a2ff2a3d85 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -3966,7 +3966,7 @@ export interface SectionListProps 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