Skip to content

Commit

Permalink
Update ScrollView.js (#39801)
Browse files Browse the repository at this point in the history
Summary:
`pagingEnabled` **is** supported on Android. I tested it and it just seems to work.

See facebook/react-native-website#3869 (review)

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

## Changelog:

[Internal] Update comment

Pull Request resolved: #39801

Reviewed By: fabriziocucci

Differential Revision: D49910049

Pulled By: javache

fbshipit-source-id: c17f6794ea920d282b924dc47ee55fd5c349efb5
  • Loading branch information
adriancuadrado authored and facebook-github-bot committed Oct 4, 2023
1 parent e284bdc commit 4676493
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down

0 comments on commit 4676493

Please sign in to comment.