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

pull/2380/head
Saúl Ibarra Corretgé 7 years ago
parent 292f3ab1bd
commit 6f93424d7c
  1. 1
      react/features/app-settings/components/AppSettings.native.js

@ -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…
Cancel
Save