-1
Until today I had not needed to use layouts that escape the pattern of a list for example.
This time, I need to create a list view with a sort of header.
For example: [{categorias: [{1, 2, produtos:[{1, 2}]}]}]
In short, the header would be the category and the contents of the list would be the products.
Any suggestions on how I should mount the Adapter?
Preferably using only native components, I am developing natively.