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

Add action navigateViewGroup to switch to a tab #855

Closed
vusters opened this issue Oct 4, 2023 · 2 comments
Closed

Add action navigateViewGroup to switch to a tab #855

vusters opened this issue Oct 4, 2023 · 2 comments
Assignees

Comments

@vusters
Copy link
Contributor

vusters commented Oct 4, 2023

Problem: Today the only way to switch to a ViewGroup's tab is using navigateScreen, but it will add a new ViewGroup to the view stack, even if you are already inside it.
The Ask: From within a ViewGroup's View (BottomNav, Sidebar,..), we should expose an action navigateViewGroup with a required param viewIndex.
If we are within a View within a ViewGroup, this will swich the View to tthe new index. It does nothing if not within a ViewGroup.

Look at RateAppAction to see the latest way to build an Action

@vusters vusters added this to Ensemble Oct 4, 2023
@vusters vusters converted this from a draft issue Oct 4, 2023
@vinothvino42 vinothvino42 moved this from Ready for Work to In Progress in Ensemble Oct 5, 2023
@vinothvino42
Copy link
Collaborator

PR - #860

@vinothvino42 vinothvino42 moved this from In Progress to Released in Ensemble Oct 9, 2023
@vinothvino42 vinothvino42 moved this from Released to In Progress in Ensemble Oct 24, 2023
@vinothvino42 vinothvino42 moved this from In Progress to Released in Ensemble Nov 7, 2023
@vinothvino42
Copy link
Collaborator

vinothvino42 commented Nov 7, 2023

@vusters Can you check the new PR - #953

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

No branches or pull requests

2 participants