mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-17 14:40:25 +00:00
React Native - added missing property (legacyImplementation) for SectionList
This commit is contained in:
Vendored
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user