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 7efb78b commit 7d6b269Copy full SHA for 7d6b269
lib/KeyboardAwareListView.js
@@ -20,6 +20,10 @@ const KeyboardAwareListView = React.createClass({
20
this.setResetScrollToCoords(this.props.resetScrollToCoords)
21
},
22
23
+ getScrollResponder() {
24
+ return this.refs._rnkasv_keyboardView.getScrollResponder()
25
+ },
26
+
27
render: function () {
28
return (
29
<ListView
lib/KeyboardAwareScrollView.js
@@ -20,6 +20,10 @@ const KeyboardAwareScrollView = React.createClass({
<ScrollView
0 commit comments