diff --git a/components/settings/password-setting.js b/components/settings/password-setting.js index f8336ecb0db3f6eaab380e9110d5886f1bbe962b..b9170e77fb3e546cebf91fb02fdbaf11c301724d 100644 --- a/components/settings/password-setting.js +++ b/components/settings/password-setting.js @@ -59,6 +59,7 @@ export default class PasswordSetting extends Component { <View> <TextInput style={styles.passwordField} + autoFocus={true} onChangeText={val => { this.setState({ changedPassword: val @@ -102,6 +103,7 @@ export default class PasswordSetting extends Component { <View> <TextInput style={styles.passwordField} + autoFocus={true} onChangeText={val => { this.setState({ newPassword: val