From 4a45db244e4ae598bfc109da0697a652ec0e6a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=CC=81s=CC=8C=20Havli=CC=81c=CC=8Cek?= Date: Thu, 3 Jan 2019 13:42:25 +0100 Subject: [PATCH] React Native - added missing property (legacyImplementation) for SectionList --- types/react-native/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 865a46eefa..6a6db87b54 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -4269,6 +4269,8 @@ export interface SectionListProps extends VirtualizedListWithoutRenderIte * Only enabled by default on iOS because that is the platform standard there. */ stickySectionHeadersEnabled?: boolean; + + legacyImplementation?: boolean; } export interface SectionListScrollParams {