Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid

### `onScroll`

Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):

```js
{
Expand All @@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
contentOffset: {x, y},
contentSize: {height, width},
layoutMeasurement: {height, width},
zoomScale
velocity: {x, y},
responderIgnoreScroll: boolean,
zoomScale,
// iOS only
targetContentOffset: {x, y}
}
}
```
Expand Down
8 changes: 6 additions & 2 deletions website/versioned_docs/version-0.77/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid

### `onScroll`

Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):

```js
{
Expand All @@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
contentOffset: {x, y},
contentSize: {height, width},
layoutMeasurement: {height, width},
zoomScale
velocity: {x, y},
responderIgnoreScroll: boolean,
zoomScale,
// iOS only
targetContentOffset: {x, y}
}
}
```
Expand Down
8 changes: 6 additions & 2 deletions website/versioned_docs/version-0.78/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid

### `onScroll`

Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):

```js
{
Expand All @@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
contentOffset: {x, y},
contentSize: {height, width},
layoutMeasurement: {height, width},
zoomScale
velocity: {x, y},
responderIgnoreScroll: boolean,
zoomScale,
// iOS only
targetContentOffset: {x, y}
}
}
```
Expand Down
8 changes: 6 additions & 2 deletions website/versioned_docs/version-0.79/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid

### `onScroll`

Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):

```js
{
Expand All @@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
contentOffset: {x, y},
contentSize: {height, width},
layoutMeasurement: {height, width},
zoomScale
velocity: {x, y},
responderIgnoreScroll: boolean,
zoomScale,
// iOS only
targetContentOffset: {x, y}
}
}
```
Expand Down
8 changes: 6 additions & 2 deletions website/versioned_docs/version-0.80/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid

### `onScroll`

Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):

```js
{
Expand All @@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
contentOffset: {x, y},
contentSize: {height, width},
layoutMeasurement: {height, width},
zoomScale
velocity: {x, y},
responderIgnoreScroll: boolean,
zoomScale,
// iOS only
targetContentOffset: {x, y}
}
}
```
Expand Down
8 changes: 6 additions & 2 deletions website/versioned_docs/version-0.81/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Called when the momentum scroll ends (scroll which occurs as the ScrollView glid

### `onScroll`

Fires at most once per frame during scrolling. The event has the following shape (all values are numbers):
Fires at most once per frame during scrolling. The event has the following shape (all values with unspecified type are numbers):

```js
{
Expand All @@ -449,7 +449,11 @@ Fires at most once per frame during scrolling. The event has the following shape
contentOffset: {x, y},
contentSize: {height, width},
layoutMeasurement: {height, width},
zoomScale
velocity: {x, y},
responderIgnoreScroll: boolean,
zoomScale,
// iOS only
targetContentOffset: {x, y}
}
}
```
Expand Down