diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html index 7426c04659f..1830f3ab682 100644 --- a/releases/next/docs/scrollview.html +++ b/releases/next/docs/scrollview.html @@ -109,7 +109,7 @@ the function also accepts separate arguments as as alternative to the options ob This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.

scrollToEnd(options?) #

If this is a vertical ScrollView scrolls to the bottom. If this is a horizontal ScrollView scrolls to the right.

Use scrollToEnd({animated: true}) for smooth animated scrolling, scrollToEnd({animated: false}) for immediate scrolling. -If no options are passed, animated defaults to true.

See ScrollView#scrollToEnd.

scrollWithoutAnimationTo(y, x) #

Deprecated, use scrollTo instead.

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

Examples #

Edit on GitHub
'use strict'; +If no options are passed, animated defaults to true.

scrollWithoutAnimationTo(y, x) #

Deprecated, use scrollTo instead.

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

Examples #

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