Renamed throttleScrollCallbackMS to scrollEventThrottle

This commit is contained in:
Nick Lockwood
2015-03-30 04:58:02 -07:00
parent 15eb5fde51
commit 961f301d65
7 changed files with 34 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ exports.examples = [
return (
<ScrollView
onScroll={() => { console.log('onScroll!'); }}
throttleScrollCallbackMS={200}
scrollEventThrottle={200}
contentInset={{top: -50}}
style={styles.scrollView}>
{THUMBS.map(createThumbRow)}