Would be great if there was a way to be able to change the sort/order in which auto layout components are shown, without having to detach or redo all the work to edit the components.
For example:
eg. using a table or list component, and being able to move row 3 to be row 4.
Current native experiences forces you to either:
- Detach the component (not ideal) and resort
- Redo all the content for both rows 3 + 4
Neither of these are ideal from a system or efficiency perspective.