Fix/bottom padding after input field

This commit is contained in:
Maria Zadnepryanets
2021-01-23 11:53:34 +00:00
committed by Sofiya Tepikin
parent fcde07f2f5
commit 659eb8da31
3 changed files with 15 additions and 4 deletions
@@ -65,6 +65,7 @@ export default class EnterNewPassword extends Component {
return (
<React.Fragment>
<AppTextInput
isKeyboardOffset={false}
onChangeText={this.handlePasswordInput}
placeholder={labels.enterNew}
textContentType="password"
@@ -72,6 +73,7 @@ export default class EnterNewPassword extends Component {
secureTextEntry={true}
/>
<AppTextInput
isKeyboardOffset={false}
onChangeText={this.handleConfirmationInput}
placeholder={labels.confirmPassword}
textContentType="password"