fix: modal keyboard avoiding view fix

This commit is contained in:
Bettenbuk Zoltan 2020-04-16 14:17:23 +02:00 committed by Saúl Ibarra Corretgé
parent 1bd930a3cb
commit 551db30cc7
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class JitsiModal extends PureComponent<Props> {
position = { position }
show = { _show }>
<KeyboardAvoidingView
behavior = 'padding'
behavior = 'height'
style = { [
_headerStyles.page,
_styles.page,