Update AppTextInput behavior, when Keyboard is visible
This commit is contained in:
@@ -8,7 +8,7 @@ const AppTextInput = ({ style, ...props }) => {
|
|||||||
return (
|
return (
|
||||||
<KeyboardAvoidingView
|
<KeyboardAvoidingView
|
||||||
behavior="padding"
|
behavior="padding"
|
||||||
keyboardVerticalOffset={250}
|
keyboardVerticalOffset={300}
|
||||||
>
|
>
|
||||||
<TextInput style={[styles.input, style]} {...props} />
|
<TextInput style={[styles.input, style]} {...props} />
|
||||||
</KeyboardAvoidingView>
|
</KeyboardAvoidingView>
|
||||||
|
|||||||
Reference in New Issue
Block a user