Skip to content

Commit

Permalink
Fix pass onScroll in example
Browse files Browse the repository at this point in the history
  • Loading branch information
philipheinser authored Dec 8, 2016
1 parent 8e88ef8 commit 4d48788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ListView/Talks.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Talks extends Component {
)}
renderScrollComponent={props => (
<ParallaxScrollView
onScroll={onScroll}
onScroll={props.onScroll}

headerBackgroundColor="#333"
stickyHeaderHeight={ STICKY_HEADER_HEIGHT }
Expand Down

0 comments on commit 4d48788

Please sign in to comment.