You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using AutoTabsRouter in my app there are 3 tabs Home, Announcement, Profile.
Routes= [HomeRoute(), AnnouncementRoute(), ProfileRoute()]
I want to set the index at run time based on user status
if user status == make-announcement then user should land to Announcement tab, and if it is status == processing then should land to Home tab.
There should be some initialIndex property.
The text was updated successfully, but these errors were encountered:
I am using
AutoTabsRouter
in my app there are 3 tabs Home, Announcement, Profile.Routes= [HomeRoute(), AnnouncementRoute(), ProfileRoute()]
I want to set the index at run time based on user status
if user
status == make-announcement
then user should land to Announcement tab, and if it isstatus == processing
then should land to Home tab.There should be some
initialIndex
property.The text was updated successfully, but these errors were encountered: