Independent Screen Configuration

With lists – the default behavior is that each details screen within that list shares the same set of components. If we delete one component from one item, all the items will no longer have that same component. This saves a huge amount of time and allows us to design for new items that aren't in our lists yet.

However, we can enable independent configuration for each screen, meaning we can have a totally unique layout of components for each item.

This checkbox 👆🏼can be found when we add an action.

Below we can see two items that are on the same list – but have a completely different set of components.

There are many different reasons why we might want to do this, but one of the most compelling ones is to turn normal list layouts into menus. In the app below, each item takes users to a unique screen and therefore acts like traditional app tabs.

Last updated