#
Routing
Front end routing is handled by Expo Router.
It's a file based router and the routes are contained within app/ directory. There are several router groups (folder names surrounded by ()) which concern different responsibilities:
authcontains routes related to authentication.tabscontains routes for the main application content. This is only accessed by an authenticated user.