lumamontes / expo-router-auth

Simple app with a authentication flow using expo router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo Router Auth

REC-20240217020431

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

Features

  • Sign in
  • Navigation upon successful login
  • Sign out

Setup

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

About

Simple app with a authentication flow using expo router


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%