Skip to content

Push a new screen from side menu? #37

@agumack

Description

@agumack

On SideMenu.js (Folder example) I tried change deepLink to push, but it don't working?
I have many categories on SideMenu and want when Press will push a new screen. How do create?
Thank you!

onReplaceTab2Press() {
     this.props.navigator.toggleDrawer({
       to: 'closed',
       side: 'left',
       animated: true
     });

    this.props.navigator.push({
      title: "More",
      screen: "example.PushedScreen"
    });
  }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions