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 839194d commit 16cba7eCopy full SHA for 16cba7e
ParallaxScrollViewComposition.js
@@ -40,6 +40,10 @@ var ParallaxScrollViewComposition = React.createClass({
40
this._root.setNativeProps(nativeProps);
41
},
42
43
+ getScrollResponder: function() {
44
+ return this._scrollComponent.getScrollResponder();
45
+ },
46
+
47
componentWillMount: function() {
48
var scrollY = new Animated.Value(0);
49
this.setState({ scrollY });
0 commit comments