[RN] Use the "email" keyboard for the email field

This commit is contained in:
Saúl Ibarra Corretgé 2018-01-10 14:30:34 +01:00
parent 292f3ab1bd
commit 6f93424d7c
1 changed files with 1 additions and 0 deletions

View File

@ -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'