Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting a List / Detail navigation, where only navigating in the Detail view #3538

Open
scblason opened this issue Aug 18, 2019 · 0 comments

Comments

@scblason
Copy link

I'm having a problem trying to set a navigation like this. I did a logic that I render a component (a list) if I'm in phone, or I render another component (list / detail) if I'm in tablet. This all happens inside a Tab router (for instance, you have a Sales tab, an inside you show a list of sales with the detail of each sale to the right) The problem is when you want to navigate inside the detail component. How can you resolve that? You can't have a new router for the detail component. And rendering scenes inside a component (made the detail render scenes) does not work either. I want to be able to render a List / Detail component (being the list one component, and the detail another one), and then being able to click in some button in the detail, and navigate to another component, but inside the Detail view (the List component keeps rendered). Thanks

Originally posted by @scblason in #1565 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant