don't push your tags screen into the drawwer stack
This commit is contained in:
parent
9aabad56a2
commit
1b4c023c92
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class DiscoverPage extends React.PureComponent {
|
|||
|
||||
onComponentFocused = () => {
|
||||
const { pushDrawerStack } = this.props;
|
||||
pushDrawerStack();
|
||||
// pushDrawerStack();
|
||||
NativeModules.Firebase.setCurrentScreen('Your tags');
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue