Skip to content
Snippets Groups Projects
Commit d3756453 authored by Sofiya Tepikin's avatar Sofiya Tepikin
Browse files

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

Adds padding between keyboard and text input

See merge request bloodyhealth/drip!320
parents 8715f531 80cc9bc7
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ const AppTextInput = ({ style, ...props }) => { ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment