mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
React Native - added missing property (legacyImplementation) for SectionList
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -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