diff --git a/releases/next/docs/viewpagerandroid.html b/releases/next/docs/viewpagerandroid.html index 73fbf4b69cb..df41e22bbe1 100644 --- a/releases/next/docs/viewpagerandroid.html +++ b/releases/next/docs/viewpagerandroid.html @@ -46,7 +46,7 @@ callback will have following fields: edge-to-edge.

scrollEnabled bool #

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

Methods #

setPage(selectedPage: number) #

A helper function to scroll to a specific page in the ViewPager. The transition between pages will be animated.

setPageWithoutAnimation(selectedPage: number) #

A helper function to scroll to a specific page in the ViewPager. -The transition between pages will be not be animated.

Examples #

Edit on GitHub
'use strict'; +The transition between pages will not be animated.

Examples #

Edit on GitHub
'use strict'; var React = require('react'); var ReactNative = require('react-native');