Make the scrollResponderScrollNativeHandleToKeyboard works on Android

This commit is contained in:
Rui Chen
2015-07-23 17:57:42 -07:00
parent e01f90784f
commit accf6f12e4
3 changed files with 26 additions and 17 deletions

View File

@@ -252,6 +252,10 @@ var ListView = React.createClass({
};
},
getInnerViewNode: function() {
return this.refs[SCROLLVIEW_REF].getInnerViewNode();
},
componentWillMount: function() {
// this data should never trigger a render pass, so don't put in state
this.scrollProperties = {