don't push your tags screen into the drawwer stack

This commit is contained in:
Akinwale Ariwodola 2019-09-25 17:56:43 +01:00
parent 9aabad56a2
commit 1b4c023c92

View file

@ -89,7 +89,7 @@ class DiscoverPage extends React.PureComponent {
onComponentFocused = () => {
const { pushDrawerStack } = this.props;
pushDrawerStack();
// pushDrawerStack();
NativeModules.Firebase.setCurrentScreen('Your tags');
};