Skip to content
Snippets Groups Projects
Commit 7fe3ef41 authored by COURTES Guillaume's avatar COURTES Guillaume
Browse files

fix keyboard input display

parent 7e6e0887
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class CreateDiscussionScreen extends React.Component {
else
return (
<KeyboardAvoidingView
behavior="height"
behavior="padding"
style={{flex:1, alignItems: 'center', justifyContent: 'center' }}
>
......
......@@ -30,7 +30,7 @@ class LoginScreen extends React.Component {
render() {
return (
<KeyboardAvoidingView
behavior="height"
behavior="padding"
>
<View style={{ height: windowHeight/3, alignItems: 'center', justifyContent: 'center' }}>
<Text h1>Connexion</Text>
......
......@@ -31,7 +31,7 @@ class SignupScreen extends React.Component {
render() {
return (
<KeyboardAvoidingView
behavior="height"
behavior="padding"
>
<View style={{ height: windowHeight/3, alignItems: 'center', justifyContent: 'center' }}>
<Text h1>Inscription</Text>
......
......@@ -61,7 +61,7 @@ class UpdateDiscussionScreen extends React.Component {
else
return (
<KeyboardAvoidingView
behavior="height"
behavior="padding"
style={{flex:1, alignItems: 'center', justifyContent: 'center' }}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment