From ee9c6a22dbcc522515a7c874dce86fac7ac79948 Mon Sep 17 00:00:00 2001 From: "idan.baker" Date: Sun, 2 Jun 2024 08:42:30 +0300 Subject: [PATCH 1/2] fix scrollview docs --- docs/scrollview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scrollview.md b/docs/scrollview.md index 57803a9efbd..2e816e6e5ef 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -104,7 +104,7 @@ When true, the scroll view bounces vertically when it reaches the end even if th | Type | Default | | ---- | --------------------------------------------------- | -| bool | `false` when `vertical={true}`
`true` otherwise | +| bool | `false` when `horizontal={true}`
`true` otherwise | --- From d8bb85df2f63b07682b58d96414396823f03732a Mon Sep 17 00:00:00 2001 From: "idan.baker" Date: Sun, 2 Jun 2024 09:08:11 +0300 Subject: [PATCH 2/2] fix lint error --- docs/scrollview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scrollview.md b/docs/scrollview.md index 2e816e6e5ef..25428dee53c 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -102,8 +102,8 @@ 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 | -| ---- | --------------------------------------------------- | +| Type | Default | +| ---- | ----------------------------------------------------- | | bool | `false` when `horizontal={true}`
`true` otherwise | ---