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.
- 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
- Clone this repository.
- Install dependencies:
npm i
- Run the application on android device or emulator
npx expo start --android
Or
npm run android