We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a03e85 commit cefdccaCopy full SHA for cefdcca
src/index.js
@@ -152,7 +152,7 @@ class ParallaxScrollView extends Component {
152
* Expose `ScrollView` API so this component is composable with any component that expects a `ScrollView`.
153
*/
154
getScrollResponder() {
155
- return this.refs[SCROLLVIEW_REF].getScrollResponder()
+ return this.refs[SCROLLVIEW_REF]._component.getScrollResponder()
156
}
157
getScrollableNode() {
158
return this.getScrollResponder().getScrollableNode()
@@ -172,7 +172,6 @@ class ParallaxScrollView extends Component {
172
173
174
_onScroll(e) {
175
- console.log('onScroll', this.scrollY)
176
const {
177
parallaxHeaderHeight,
178
stickyHeaderHeight,
0 commit comments