Skip to content

Commit 0822646

Browse files
committed
ScrollView: update alwaysBounceVertical prop description
1 parent 682333d commit 0822646

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

docs/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.73/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
102102

103103
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
104104

105-
| Type | Default |
106-
| ---- | --------------------------------------------------- |
107-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
105+
| Type | Default |
106+
| ---- | ----------------------------------------------------- |
107+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
108108

109109
---
110110

website/versioned_docs/version-0.74/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
102102

103103
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
104104

105-
| Type | Default |
106-
| ---- | --------------------------------------------------- |
107-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
105+
| Type | Default |
106+
| ---- | ----------------------------------------------------- |
107+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
108108

109109
---
110110

website/versioned_docs/version-0.75/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
102102

103103
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
104104

105-
| Type | Default |
106-
| ---- | --------------------------------------------------- |
107-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
105+
| Type | Default |
106+
| ---- | ----------------------------------------------------- |
107+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
108108

109109
---
110110

website/versioned_docs/version-0.76/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.77/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.78/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.79/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

website/versioned_docs/version-0.80/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When true, the scroll view bounces horizontally when it reaches the end even if
9797

9898
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself.
9999

100-
| Type | Default |
101-
| ---- | --------------------------------------------------- |
102-
| bool | `false` when `vertical={true}`<hr/>`true` otherwise |
100+
| Type | Default |
101+
| ---- | ----------------------------------------------------- |
102+
| bool | `false` when `horizontal={true}`<hr/>`true` otherwise |
103103

104104
---
105105

0 commit comments

Comments
 (0)