This project is a simple repository that emulates a login authentication flow using Expo Router, focused on the navigation aspect. It's built with React Native and TypeScript.
This project was built on top of Expo's minimal template for Expo Router using npx create-expo-app@latest --template tabs@50
- Sign in
- Navigation upon successful login
- Sign out
To run this project, you will need to install the latest version of Node.js and Expo CLI.
Once those are installed, you can clone this repository and install its dependencies:
git clone https://github.com/lumamontes/expo-router-auth.git
cd expo-router-auth
npm install
To start the project, run:
npx expo start