mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 05:34:15 +00:00
[Treehouse] Sync from android permalink keyboard layout changes
This commit is contained in:
parent
509e9c96e2
commit
875ab073ea
@ -469,9 +469,9 @@ var ScrollResponderMixin = {
|
||||
this.props.onKeyboardWillHide && this.props.onKeyboardWillHide(e);
|
||||
},
|
||||
|
||||
scrollResponderKeyboardDidShow: function() {
|
||||
scrollResponderKeyboardDidShow: function(e: Event) {
|
||||
this.keyboardWillOpenTo = null;
|
||||
this.props.onKeyboardDidShow && this.props.onKeyboardDidShow();
|
||||
this.props.onKeyboardDidShow && this.props.onKeyboardDidShow(e);
|
||||
},
|
||||
|
||||
scrollResponderKeyboardDidHide: function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user