[Solved] How to keep Drawer navigator icon in Page

Hi team,
How to Keep drawer navigator icon in a page.
when the user click’s on that icon, then menu should come from the right side of the screen should come.

1 Like

Hi there, @srikanth_sare! :wave:


It’s easy :smile:


You need a button, place it on the top right corner of the screen.

  • Get a hamburger icon & set it as the button’s background_picture.
    OR,
  • Set the button’s text to this :

Now, (in the blocks) add the below code :
image
(toggle means “show” :smile: )


Hope it helps! :wink:

#Happy Thunking! :tada:

2 Likes

Thanks a lot man …

2 Likes

Mark the above post as solution! :white_check_mark:
This will clear this topic from un-solved topics in the forum :wink:

#Happy Thunking! :tada:

1 Like

Oops! :sweat_smile:
You marked the wrong post as :white_check_mark: :laughing:

You need to mark this post - How to keep Drawer navigator icon in Page (post #2) as Solution, since that was the solution… :+1:

btw, Thanks! :wink:

1 Like

I realize this is a pretty old thread, is there a toggle off component?
I’ve tried adding a wait 1 second component and then toggle a 2nd time but that doesn’t solve it.

Thanks for any help thunkers!