Przeglądaj źródła

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

master
Saúl Ibarra Corretgé 8 lat temu
rodzic
commit
6f93424d7c

+ 1
- 0
react/features/app-settings/components/AppSettings.native.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz