|
|
@@ -68,6 +68,7 @@ class AppSettings extends AbstractAppSettings {
|
|
68
|
68
|
fieldSeparator = { true }
|
|
69
|
69
|
i18nLabel = 'profileModal.email' >
|
|
70
|
70
|
<TextInput
|
|
|
71
|
+ keyboardType = { 'email-address' }
|
|
71
|
72
|
onChangeText = { this._onChangeEmail }
|
|
72
|
73
|
onEndEditing = { this._onSaveEmail }
|
|
73
|
74
|
placeholder = 'email@example.com'
|