Fixed crash on login input change
Этот коммит содержится в:
родитель
b66e50eaf8
коммит
98168b560b
1 изменённых файлов: 1 добавлений и 0 удалений
|
|
@ -56,6 +56,7 @@ class LoginScreen extends React.Component<Props, State> {
|
|||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.passwordInputRef = React.createRef();
|
||||
this.onEmailChange = this.onInputChange.bind(this, true);
|
||||
this.onPasswordChange = this.onInputChange.bind(this, false);
|
||||
this.props.navigation.addListener('focus', this.onScreenFocus);
|
||||
|
|
|
|||
Загрузка…
Сослаться в новой задаче