From 09415cef994b3f6d5d15dc490b96560bd94c5e31 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 30 Jan 2017 21:02:27 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/scrollview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');