📐Screens and Navigators
How to set up and organize your app.
Last updated
Was this helpful?
How to set up and organize your app.
Last updated
Was this helpful?
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.
Most apps navigate through screens using navigators. Four navigator options are available in Thunkable: bottom tab, top tab, drawer, and stack navigators.
This navigator allows your app's user to change screens by clicking on icons at the bottom.
This navigator allows your app's user to change screens by clicking on icons at the top.
This navigator pulls out a side menu or drawer of navigation options for the app user to select.
This navigator stacks screens from left to right or top to bottom.