Minor docs fixes

This commit is contained in:
Nicolas Gallagher
2017-12-30 18:00:33 -08:00
parent bff3f50ae0
commit 0d0fdc15ac
2 changed files with 4 additions and 3 deletions
@@ -151,7 +151,7 @@ const ScrollViewScreen = () => (
<DocItem
name="scrollTo"
typeInfo="(options: { x: number = 0; y: number = 0; animated: boolean = true }) => void"
description="Scrolls to a given `x`, `y` offset (animation is not currently supported)."
description="Scrolls to a given `x`, `y` offset (animation depends on browser support for 'scroll-behaviour')."
example={{
render: () => <ScrollToExample />
}}