Each user in my app can have many companies they manage. I want the homescreen to be a screen where they click on a company. The second screen is the company screen. I would like to add a menu here, but if I do that Current Company will be lost. Am I missing something? This should be possible right?
Use list of companies which filtered by logged in user, and inside this list, use button to link to other screen, where in this new screen you get current companies.
As long as you have done proper setup in collections relations.