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)}