From b1379a7d98b14775c542c21aded44a44e23d3668 Mon Sep 17 00:00:00 2001 From: adriancuadrado Date: Mon, 4 Dec 2023 00:57:19 +0100 Subject: [PATCH] Update scrollview.md (#3869) `pagingEnabled` **is** supported on Android. I tested it and it just seems to work. --- docs/scrollview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/scrollview.md b/docs/scrollview.md index 6845b6893d4..bc31eedaf9d 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -515,8 +515,6 @@ Possible values: When true, the scroll view stops on multiples of the scroll view's size when scrolling. This can be used for horizontal pagination. -> Note: Vertical pagination is not supported on Android. - | Type | Default | | ---- | ------- | | bool | `false` |