From 2f76c8a4a912c5327d091c9741563c056565edad Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Fri, 2 Oct 2015 13:57:35 -0700 Subject: [PATCH] Fixes #3060 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: This pull request fixes a glitch that occurred when scrolling horizontally, as described in the #3060. Closes https://github.com/facebook/react-native/pull/3169 Reviewed By: @​svcscm Differential Revision: D2500186 Pulled By: @mkonicek --- Examples/UIExplorer/ScrollViewExample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/UIExplorer/ScrollViewExample.js b/Examples/UIExplorer/ScrollViewExample.js index 1ca8baf9a..53d19148b 100644 --- a/Examples/UIExplorer/ScrollViewExample.js +++ b/Examples/UIExplorer/ScrollViewExample.js @@ -33,9 +33,9 @@ exports.examples = [ render: function() { return ( { console.log('onScroll!'); }} scrollEventThrottle={200} - contentInset={{top: -50}} style={styles.scrollView}> {THUMBS.map(createThumbRow)} @@ -47,8 +47,8 @@ exports.examples = [ render: function() { return ( {THUMBS.map(createThumbRow)}