React Native - added missing property (legacyImplementation) for SectionList

This commit is contained in:
Lukáš Havlíček
2019-01-03 13:42:25 +01:00
parent 9c1c7e78a9
commit 4a45db244e

View File

@@ -4269,6 +4269,8 @@ export interface SectionListProps<ItemT> extends VirtualizedListWithoutRenderIte
* Only enabled by default on iOS because that is the platform standard there.
*/
stickySectionHeadersEnabled?: boolean;
legacyImplementation?: boolean;
}
export interface SectionListScrollParams {