How to make menu in thunkable

I referred to this link, but now the mode is different.

I’d like to make a drop-down menu (left arrangement). What should I do?

1 Like

You can add a Drawer Navigator in the drag & drop interface by clicking on the + button next to Screens at the top-left of the Design tab:

And then you can drag existing screens onto/into the Drawer Navigator in the component tree at the top-left of the Design tab:

Screen Shot 2022-01-04 at 8.19.36 PM

Here’s a very basic demo: Thunkable.

Swipe right to see the navigator menu:

image

Find out more in the documentation.

3 Likes

in this demo project, i’m using a list viewer for multiple item selection - note that it’s not a drawer navigator, though. plus you need to press a button to indicate you’ve made your choice/s.
here’s the project (in D & D)
https://x.thunkable.com/copy/22ea975b6a7e5f53f7816bbebedc869f

this is a sample snapshot.

can this work for you?

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.