📐Screens and Navigators
How to set up and organize your app.
Screens
To go from an idea to an app, we strongly recommend sketching out your vision using the below app templates. It's important to design a roadmap for how people will interact with your app.

Arrange Screens with Navigators
Most apps navigate through screens using navigators. Four navigator options are available in Thunkable: bottom tab, top tab, drawer, and stack navigators.
Bottom Tab Navigator
This navigator allows your app's user to change screens by clicking on icons at the bottom.

Top Tab Navigator
This navigator allows your app's user to change screens by clicking on icons at the top.

Drawer Navigator
This navigator pulls out a side menu or drawer of navigation options for the app user to select.
Stack Navigator
This navigator stacks screens from left to right or top to bottom.

Last updated
Was this helpful?