Skip to content

Expo React Native Starter Template using React Context API and Firebase

License

Notifications You must be signed in to change notification settings

Kushan2k/expo-auth-starter-template

Repository files navigation

React Native Expo Authentication App

This is a React Native Expo application that demonstrates a robust authentication flow using React Context API for state management, Firebase for user authentication, and Expo Router for navigation.

Features

  • Secure user login and signup with Firebase
  • Context API for managing authentication state across the app
  • Expo Router for seamless navigation between screens
  • Clean and well-structured codebase

Installation

  1. Clone this repository.
  2. Install dependencies:
npm i
  1. Run the application on android device or emulator
npx expo start --android 

Or

npm run android

ScreenShots

Index Screen

Login Screen Screen

Register Screen