mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-16 18:03:14 +03:00
fixed back navigation failing in login screen
This commit is contained in:
parent
8caa01cfb9
commit
f60235c436
@ -271,9 +271,11 @@ class LoginContainer extends PureComponent {
|
||||
};
|
||||
|
||||
render() {
|
||||
const { navigation } = this.props;
|
||||
const { isLoading } = this.state;
|
||||
return (
|
||||
<LoginScreen
|
||||
navigation={navigation}
|
||||
handleOnPressLogin={this._handleOnPressLogin}
|
||||
getAccountsWithUsername={this._getAccountsWithUsername}
|
||||
handleSignUp={this._handleSignUp}
|
||||
|
@ -4,7 +4,6 @@ import { KeyboardAwareScrollView } from 'react-native-keyboard-aware-scroll-view
|
||||
import ScrollableTabView from 'react-native-scrollable-tab-view';
|
||||
import { injectIntl } from 'react-intl';
|
||||
import { debounce } from 'lodash';
|
||||
import { withNavigation } from '@react-navigation/compat';
|
||||
|
||||
// Actions
|
||||
import HiveSigner from '../../steem-connect/hiveSigner';
|
||||
@ -218,4 +217,4 @@ class LoginScreen extends PureComponent {
|
||||
}
|
||||
}
|
||||
|
||||
export default withNavigation(injectIntl(LoginScreen));
|
||||
export default injectIntl(LoginScreen);
|
||||
|
Loading…
Reference in New Issue
Block a user