Skip to content

Commit b6ed453

Browse files
committed
reset keyboard commented out
1 parent f2c87d1 commit b6ed453

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/KeyboardAwareHOC.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ function KeyboardAwareHOC(
211211
'keyboardWillShow',
212212
this._updateKeyboardSpace
213213
)
214-
this.keyboardWillHideEvent = Keyboard.addListener(
215-
'keyboardWillHide',
216-
this._resetKeyboardSpace
217-
)
214+
// this.keyboardWillHideEvent = Keyboard.addListener(
215+
// 'keyboardWillHide',
216+
// this._resetKeyboardSpace
217+
// )
218218
} else if (Platform.OS === 'android' && this.props.enableOnAndroid) {
219219
this.keyboardWillShowEvent = Keyboard.addListener(
220220
'keyboardDidShow',

0 commit comments

Comments
 (0)