fixing modal & keyboard interaction on android
This commit is contained in:
parent
70f4debc0b
commit
982f46376b
4 changed files with 7 additions and 3 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue