Merge branch 'saghul-no-welcome-autofocus'
This commit is contained in:
commit
ee1358fae3
|
@ -102,7 +102,7 @@ class WelcomePage extends AbstractWelcomePage {
|
|||
autoCapitalize = 'none'
|
||||
autoComplete = { false }
|
||||
autoCorrect = { false }
|
||||
autoFocus = { true }
|
||||
autoFocus = { false }
|
||||
onChangeText = { this._onRoomChange }
|
||||
placeholder = 'room name'
|
||||
style = { styles.textInput }
|
||||
|
|
Loading…
Reference in New Issue