Let's start creating our application. The first step Expo documentation recommends is - Reset the Project. So here's what we will do:
- Reset the project
- Add simple route protection to our application (sign in and sign out)
With these actions, we should end up with this screen and project structure:
Basic Login page:

Logged in page (homepage):

Application file structure...