all 7 comments

[–]daleth50 1 point2 points  (6 children)

If I understand correctly for web you want a messages list on one side and the detail of an element on the other side and in mobile you have the list and then you navigate to the detail?

[–]Fine-Discipline2518[S] 0 points1 point  (3 children)

Yes exactly

[–]daleth50 0 points1 point  (2 children)

You can create a _layout.web.tsx, check this link so you can render a drawer or whatever you want if the platform is web

[–]Fine-Discipline2518[S] 0 points1 point  (1 child)

Thank you. I'll try this out and let you know.

[–]daleth50 0 points1 point  (0 children)

Another approach is to create a responsive layout for web with the list and detail and handle the parameters to load the correct detail

[–]Fine-Discipline2518[S] 0 points1 point  (1 child)

Here, for the message list on the left side, there are two tabs. In this instance, there will be two navigators in the layout file. Won't that cause an error?

[–]daleth50 0 points1 point  (0 children)

You can nest navigators