liinnjohansson / todays-lunch

0 stars 1 forks source link

Alter navigation to enable going back to previous screen #55

Open liinnjohansson opened 3 years ago

liinnjohansson commented 3 years ago

When in menu and user wants to go to the map from menu the Menuscreen pops out from the stack. This stops the user from getting to previous screen (the menu screen) when pressing the back button. The user navigates instead to the initial screen of the TabNavigator, which is Bistro.

This is not really a good UX. An attempt to fix this was made 6/10 with David. Functionality works, but in terms of design it is not satisfactory.

The code written with David is commited on branch x-navigation-updates. Look for commit Navigation rewriting with David 6/10 to see the code.