Prettify settings files
This commit is contained in:
@@ -6,11 +6,7 @@ import styles from '../../../styles'
|
||||
|
||||
export default function PasswordField(props) {
|
||||
return (
|
||||
<AppTextInput
|
||||
style={ styles.passwordField }
|
||||
secureTextEntry
|
||||
{...props}
|
||||
/>
|
||||
<AppTextInput style={styles.passwordField} secureTextEntry {...props} />
|
||||
)
|
||||
}
|
||||
|
||||
@@ -18,5 +14,5 @@ PasswordField.propTypes = {
|
||||
placeholder: PropTypes.string,
|
||||
value: PropTypes.string,
|
||||
onChangeText: PropTypes.func,
|
||||
autoFocus: PropTypes.bool
|
||||
autoFocus: PropTypes.bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user