Skip to content

Commit

Permalink
Change keyboardavoidingbehviour
Browse files Browse the repository at this point in the history
- For some reason 'behaviour=padding' caused lot of rerenders
and it would crash the app
  • Loading branch information
rottabonus committed Oct 19, 2024
1 parent 9deacff commit 8b6da81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Screens/Main/Settings/Password/PasswordForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ export default (props: Props) => {
};

return (
<RN.KeyboardAvoidingView
style={styles.keyboardAvoider}
behavior={'padding'}
>
<RN.KeyboardAvoidingView style={styles.keyboardAvoider}>
<RN.View>
<NamedInputField
style={styles.field}
Expand Down

0 comments on commit 8b6da81

Please sign in to comment.