mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
React Native - added missing docs
This commit is contained in:
8
types/react-native/index.d.ts
vendored
8
types/react-native/index.d.ts
vendored
@@ -3994,6 +3994,9 @@ export interface FlatListProps<ItemT> extends VirtualizedListProps<ItemT> {
|
||||
*/
|
||||
keyExtractor?: (item: ItemT, index: number) => string;
|
||||
|
||||
/**
|
||||
* Uses legacy MetroListView instead of default VirtualizedSectionList
|
||||
*/
|
||||
legacyImplementation?: boolean;
|
||||
|
||||
/**
|
||||
@@ -4269,7 +4272,10 @@ export interface SectionListProps<ItemT> extends VirtualizedListWithoutRenderIte
|
||||
* Only enabled by default on iOS because that is the platform standard there.
|
||||
*/
|
||||
stickySectionHeadersEnabled?: boolean;
|
||||
|
||||
|
||||
/**
|
||||
* Uses legacy MetroListView instead of default VirtualizedSectionList
|
||||
*/
|
||||
legacyImplementation?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user