We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b73e3 commit 0b70b73Copy full SHA for 0b70b73
src/index.js
@@ -178,7 +178,7 @@ class ParallaxScrollView extends Component {
178
onChangeHeaderVisibility,
179
onScroll: prevOnScroll = e => {}
180
} = this.props
181
-
+ this.props.scrollEvent && this.props.scrollEvent(e)
182
const p = pivotPoint(parallaxHeaderHeight, stickyHeaderHeight)
183
184
// This optimization wont run, since we update the animation value directly in onScroll event
0 commit comments