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
440
440
441
441
### ` onScroll `
442
442
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):
444
444
445
445
``` js
446
446
{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449
449
contentOffset: {x, y},
450
450
contentSize: {height, width},
451
451
layoutMeasurement: {height, width},
452
- zoomScale
452
+ velocity: {x, y},
453
+ responderIgnoreScroll: boolean,
454
+ zoomScale,
455
+ // iOS only
456
+ targetContentOffset: {x, y}
453
457
}
454
458
}
455
459
```
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
440
440
441
441
### ` onScroll `
442
442
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):
444
444
445
445
``` js
446
446
{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449
449
contentOffset: {x, y},
450
450
contentSize: {height, width},
451
451
layoutMeasurement: {height, width},
452
- zoomScale
452
+ velocity: {x, y},
453
+ responderIgnoreScroll: boolean,
454
+ zoomScale,
455
+ // iOS only
456
+ targetContentOffset: {x, y}
453
457
}
454
458
}
455
459
```
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
440
440
441
441
### ` onScroll `
442
442
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):
444
444
445
445
``` js
446
446
{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449
449
contentOffset: {x, y},
450
450
contentSize: {height, width},
451
451
layoutMeasurement: {height, width},
452
- zoomScale
452
+ velocity: {x, y},
453
+ responderIgnoreScroll: boolean,
454
+ zoomScale,
455
+ // iOS only
456
+ targetContentOffset: {x, y}
453
457
}
454
458
}
455
459
```
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
440
440
441
441
### ` onScroll `
442
442
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):
444
444
445
445
``` js
446
446
{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449
449
contentOffset: {x, y},
450
450
contentSize: {height, width},
451
451
layoutMeasurement: {height, width},
452
- zoomScale
452
+ velocity: {x, y},
453
+ responderIgnoreScroll: boolean,
454
+ zoomScale,
455
+ // iOS only
456
+ targetContentOffset: {x, y}
453
457
}
454
458
}
455
459
```
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
440
440
441
441
### ` onScroll `
442
442
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):
444
444
445
445
``` js
446
446
{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449
449
contentOffset: {x, y},
450
450
contentSize: {height, width},
451
451
layoutMeasurement: {height, width},
452
- zoomScale
452
+ velocity: {x, y},
453
+ responderIgnoreScroll: boolean,
454
+ zoomScale,
455
+ // iOS only
456
+ targetContentOffset: {x, y}
453
457
}
454
458
}
455
459
```
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
440
440
441
441
### ` onScroll `
442
442
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):
444
444
445
445
``` js
446
446
{
@@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
449
449
contentOffset: {x, y},
450
450
contentSize: {height, width},
451
451
layoutMeasurement: {height, width},
452
- zoomScale
452
+ velocity: {x, y},
453
+ responderIgnoreScroll: boolean,
454
+ zoomScale,
455
+ // iOS only
456
+ targetContentOffset: {x, y}
453
457
}
454
458
}
455
459
```
You can’t perform that action at this time.
0 commit comments