diff --git a/releases/next/docs/viewpagerandroid.html b/releases/next/docs/viewpagerandroid.html index 212a4184d83..c2f81e8d72c 100644 --- a/releases/next/docs/viewpagerandroid.html +++ b/releases/next/docs/viewpagerandroid.html @@ -43,7 +43,8 @@ The page scrolling state can be in 3 states: (when user swipes between pages). The event.nativeEvent object passed to this callback will have following fields: - position - index of page that has been selected

pageMargin?: number #

Blank space to show between pages. This is only visible while scrolling, pages are still -edge-to-edge.

scrollEnabled?: boolean #

When false, the content does not scroll. +edge-to-edge.

peekEnabled?: boolean #

Whether enable showing peekFraction or not. If this is true, the preview of +last and next page will show in current screen. Defaults to false.

scrollEnabled?: boolean #

When false, the content does not scroll. The default value is true.

Type Definitions #

ViewPagerScrollState #

Type:
$Enum

Constants:
ValueDescription
idle
dragging
settling

You can edit the content above on GitHub and send us a pull request!

← PrevNext →