Merge pull request #19701 from abrahambotros/react-native/virtualized-list-onlayout-event-data

[react-native] Add VirtualizedList onLayout event data
This commit is contained in:
Eloy Durán
2017-09-13 00:42:54 +02:00
committed by GitHub

View File

@@ -3921,7 +3921,7 @@ export interface VirtualizedListProperties<ItemT> extends ScrollViewProperties {
onEndReachedThreshold?: number | null
onLayout?: () => void
onLayout?: (event: LayoutChangeEvent) => void;
/**
* If provided, a standard RefreshControl will be added for "Pull to Refresh" functionality. Make