Skip to content

Commit 16cba7e

Browse files
committed
Exposes getScrollResponder function on Parallax.ScrollView.
1 parent 839194d commit 16cba7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ParallaxScrollViewComposition.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ var ParallaxScrollViewComposition = React.createClass({
4040
this._root.setNativeProps(nativeProps);
4141
},
4242

43+
getScrollResponder: function() {
44+
return this._scrollComponent.getScrollResponder();
45+
},
46+
4347
componentWillMount: function() {
4448
var scrollY = new Animated.Value(0);
4549
this.setState({ scrollY });

0 commit comments

Comments
 (0)