fixing modal & keyboard interaction on android

This commit is contained in:
João Ferreiro 2022-12-15 15:30:59 +00:00 committed by Paul Frazee
parent 70f4debc0b
commit 982f46376b
4 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,7 @@
import React, {useState, useEffect} from 'react'
import {
ActivityIndicator,
Keyboard,
KeyboardAvoidingView,
StyleSheet,
Text,
@ -134,6 +135,7 @@ const LoginForm = ({
const onPressSelectService = () => {
store.shell.openModal(new ServerInputModal(serviceUrl, setServiceUrl))
Keyboard.dismiss()
}
const onPressNext = async () => {