From 7eb05df820957c39da066428e01ccdb6150b1646 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 2 Oct 2015 21:54:38 +0000 Subject: [PATCH] update website --- docs/scrollview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scrollview.html b/docs/scrollview.html index ec73a0c2c9a..96c721dd122 100644 --- a/docs/scrollview.html +++ b/docs/scrollview.html @@ -92,9 +92,9 @@ exports.examples : function() { return ( <ScrollView + automaticallyAdjustContentInsets={false} onScroll={() => { console.log('onScroll!'); }} scrollEventThrottle={200} - contentInset={{top: -50}} style={styles.scrollView}> {THUMBS.map(createThumbRow)} </ScrollView> @@ -106,8 +106,8 @@ exports.examples : function() { return ( <ScrollView + automaticallyAdjustContentInsets={false} horizontal={true} - contentInset={{top: -50}} style={[styles.scrollView, styles.horizontalScrollView]}> {THUMBS.map(createThumbRow)} </ScrollView>