Merge pull request #2380 from saghul/app-settings-kbd
[RN] Use the "email" keyboard for the email field
This commit is contained in:
commit
e00ea353e8
|
@ -68,6 +68,7 @@ class AppSettings extends AbstractAppSettings {
|
|||
fieldSeparator = { true }
|
||||
i18nLabel = 'profileModal.email' >
|
||||
<TextInput
|
||||
keyboardType = { 'email-address' }
|
||||
onChangeText = { this._onChangeEmail }
|
||||
onEndEditing = { this._onSaveEmail }
|
||||
placeholder = 'email@example.com'
|
||||
|
|
Loading…
Reference in New Issue