File tree Expand file tree Collapse file tree 6 files changed +36
-12
lines changed
Expand file tree Collapse file tree 6 files changed +36
-12
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid
440440
441441### ` onScroll `
442442
443- Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
443+ Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):
444444
445445``` js
446446{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449449 contentOffset: {x, y},
450450 contentSize: {height, width},
451451 layoutMeasurement: {height, width},
452- zoomScale
452+ velocity: {x, y},
453+ responderIgnoreScroll: boolean,
454+ zoomScale,
455+ // iOS only
456+ targetContentOffset: {x, y}
453457 }
454458}
455459```
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid
440440
441441### ` onScroll `
442442
443- Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
443+ Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):
444444
445445``` js
446446{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449449 contentOffset: {x, y},
450450 contentSize: {height, width},
451451 layoutMeasurement: {height, width},
452- zoomScale
452+ velocity: {x, y},
453+ responderIgnoreScroll: boolean,
454+ zoomScale,
455+ // iOS only
456+ targetContentOffset: {x, y}
453457 }
454458}
455459```
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid
440440
441441### ` onScroll `
442442
443- Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
443+ Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):
444444
445445``` js
446446{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449449 contentOffset: {x, y},
450450 contentSize: {height, width},
451451 layoutMeasurement: {height, width},
452- zoomScale
452+ velocity: {x, y},
453+ responderIgnoreScroll: boolean,
454+ zoomScale,
455+ // iOS only
456+ targetContentOffset: {x, y}
453457 }
454458}
455459```
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid
440440
441441### ` onScroll `
442442
443- Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
443+ Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):
444444
445445``` js
446446{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449449 contentOffset: {x, y},
450450 contentSize: {height, width},
451451 layoutMeasurement: {height, width},
452- zoomScale
452+ velocity: {x, y},
453+ responderIgnoreScroll: boolean,
454+ zoomScale,
455+ // iOS only
456+ targetContentOffset: {x, y}
453457 }
454458}
455459```
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid
440440
441441### ` onScroll `
442442
443- Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
443+ Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):
444444
445445``` js
446446{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449449 contentOffset: {x, y},
450450 contentSize: {height, width},
451451 layoutMeasurement: {height, width},
452- zoomScale
452+ velocity: {x, y},
453+ responderIgnoreScroll: boolean,
454+ zoomScale,
455+ // iOS only
456+ targetContentOffset: {x, y}
453457 }
454458}
455459```
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid
440440
441441### ` onScroll `
442442
443- Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
443+ Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):
444444
445445``` js
446446{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449449 contentOffset: {x, y},
450450 contentSize: {height, width},
451451 layoutMeasurement: {height, width},
452- zoomScale
452+ velocity: {x, y},
453+ responderIgnoreScroll: boolean,
454+ zoomScale,
455+ // iOS only
456+ targetContentOffset: {x, y}
453457 }
454458}
455459```
You can’t perform that action at this time.
0 commit comments