From 19f2d8b0a7751c377bd579eb9648bf2ff1d7c894 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Wed, 7 Jun 2023 21:00:53 +0500 Subject: [PATCH] mobile: do not resize auth modal on ios on kbd open --- apps/mobile/app/components/auth/auth-modal.js | 1 + apps/mobile/app/components/dialog/base-dialog.js | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/mobile/app/components/auth/auth-modal.js b/apps/mobile/app/components/auth/auth-modal.js index abf3d0a0c..2ffc58a5e 100644 --- a/apps/mobile/app/components/auth/auth-modal.js +++ b/apps/mobile/app/components/auth/auth-modal.js @@ -84,6 +84,7 @@ const AuthModal = () => { background={colors.bg} transparent={false} animated={false} + avoidKeyboardResize > {currentAuthMode !== AuthMode.login ? ( { const floating = useIsFloatingKeyboard(); @@ -94,7 +95,7 @@ const BaseDialog = ({ }} >