浏览代码

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

master
Saúl Ibarra Corretgé 7 年前
父节点
当前提交
6f93424d7c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      react/features/app-settings/components/AppSettings.native.js

+ 1
- 0
react/features/app-settings/components/AppSettings.native.js 查看文件

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

正在加载...
取消
保存