Summary:
`pagingEnabled` **is** supported on Android. I tested it and it just seems to work.

See https://github.com/facebook/react-native-website/pull/3869#pullrequestreview-1656910863

I just edited a comment to remove a statement that is plain wrong.

## Changelog:

[Internal] Update comment

Pull Request resolved: https://github.com/facebook/react-native/pull/39801

Reviewed By: fabriziocucci

Differential Revision: D49910049

Pulled By: javache

fbshipit-source-id: c17f6794ea920d282b924dc47ee55fd5c349efb5
This commit is contained in:
adriancuadrado 2023-10-04 09:54:34 -07:00 коммит произвёл Facebook GitHub Bot
Родитель e284bdc869
Коммит 4676493ba2
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -546,8 +546,6 @@ export type Props = $ReadOnly<{|
* When true, the scroll view stops on multiples of the scroll view's size
* when scrolling. This can be used for horizontal pagination. The default
* value is false.
*
* Note: Vertical pagination is not supported on Android.
*/
pagingEnabled?: ?boolean,
/**