Merge branch '460-fix-note-focus' into 'rebased-redesign'

Adds padding between keyboard and text input

See merge request bloodyhealth/drip!320
This commit is contained in:
Sofiya Tepikin
2020-12-20 16:26:32 +00:00
+1 -1
View File
@@ -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>