From 18b09e4fd9373d9a2599d32db9b264b2dc1fcba2 Mon Sep 17 00:00:00 2001 From: Simek Date: Fri, 8 Aug 2025 16:56:50 +0200 Subject: [PATCH] ScrollView: update `alwaysBounceVertical` prop description --- docs/scrollview.md | 6 +++--- website/versioned_docs/version-0.77/scrollview.md | 6 +++--- website/versioned_docs/version-0.78/scrollview.md | 6 +++--- website/versioned_docs/version-0.79/scrollview.md | 6 +++--- website/versioned_docs/version-0.80/scrollview.md | 6 +++--- website/versioned_docs/version-0.81/scrollview.md | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/scrollview.md b/docs/scrollview.md index b7099890f42..6ffdf71e986 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. -| Type | Default | -| ---- | --------------------------------------------------- | -| bool | `false` when `vertical={true}`
`true` otherwise | +| Type | Default | +| ---- | ----------------------------------------------------- | +| bool | `false` when `horizontal={true}`
`true` otherwise | --- diff --git a/website/versioned_docs/version-0.77/scrollview.md b/website/versioned_docs/version-0.77/scrollview.md index b7099890f42..6ffdf71e986 100644 --- a/website/versioned_docs/version-0.77/scrollview.md +++ b/website/versioned_docs/version-0.77/scrollview.md @@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. -| Type | Default | -| ---- | --------------------------------------------------- | -| bool | `false` when `vertical={true}`
`true` otherwise | +| Type | Default | +| ---- | ----------------------------------------------------- | +| bool | `false` when `horizontal={true}`
`true` otherwise | --- diff --git a/website/versioned_docs/version-0.78/scrollview.md b/website/versioned_docs/version-0.78/scrollview.md index b7099890f42..6ffdf71e986 100644 --- a/website/versioned_docs/version-0.78/scrollview.md +++ b/website/versioned_docs/version-0.78/scrollview.md @@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. -| Type | Default | -| ---- | --------------------------------------------------- | -| bool | `false` when `vertical={true}`
`true` otherwise | +| Type | Default | +| ---- | ----------------------------------------------------- | +| bool | `false` when `horizontal={true}`
`true` otherwise | --- diff --git a/website/versioned_docs/version-0.79/scrollview.md b/website/versioned_docs/version-0.79/scrollview.md index b7099890f42..6ffdf71e986 100644 --- a/website/versioned_docs/version-0.79/scrollview.md +++ b/website/versioned_docs/version-0.79/scrollview.md @@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. -| Type | Default | -| ---- | --------------------------------------------------- | -| bool | `false` when `vertical={true}`
`true` otherwise | +| Type | Default | +| ---- | ----------------------------------------------------- | +| bool | `false` when `horizontal={true}`
`true` otherwise | --- diff --git a/website/versioned_docs/version-0.80/scrollview.md b/website/versioned_docs/version-0.80/scrollview.md index b7099890f42..6ffdf71e986 100644 --- a/website/versioned_docs/version-0.80/scrollview.md +++ b/website/versioned_docs/version-0.80/scrollview.md @@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. -| Type | Default | -| ---- | --------------------------------------------------- | -| bool | `false` when `vertical={true}`
`true` otherwise | +| Type | Default | +| ---- | ----------------------------------------------------- | +| bool | `false` when `horizontal={true}`
`true` otherwise | --- diff --git a/website/versioned_docs/version-0.81/scrollview.md b/website/versioned_docs/version-0.81/scrollview.md index 39dd750e872..ee02d33afff 100644 --- a/website/versioned_docs/version-0.81/scrollview.md +++ b/website/versioned_docs/version-0.81/scrollview.md @@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. -| Type | Default | -| ---- | --------------------------------------------------- | -| bool | `false` when `vertical={true}`
`true` otherwise | +| Type | Default | +| ---- | ----------------------------------------------------- | +| bool | `false` when `horizontal={true}`
`true` otherwise | ---