Expo QR Code Scanner
A simple and efficient QR Code Scanner built using Expo, designed for both iOS and Android platforms. This app leverages the power of expo-camera and expo-router to offer seamless QR scanning capabilities with a modern UI.
📋 Table of Contents
- Installation
- Usage
- Libraries Used
- Description
- Screenshots
- Contributing
- License
🚀 Installation
-
Clone the repository
git clone https://github.com/SasadaSaumya/Expo-QR-Code-Scanner.git cd Expo-QR-Code-Scanner
-
Install dependencies
npm install
-
Start the app
npx expo start
📦 Libraries Used
To set up the project correctly, make sure you install the following Expo libraries:
npx expo install expo-router
npx expo install expo-camera
📖 Description
This project is a mobile QR Code scanner app created with React Native and Expo. The app accesses the device's camera to scan and read QR codes in real time.
- Built with expo-camera for camera integration.
- Navigation handled by expo-router.
- Lightweight, fast, and user-friendly interface.
📸 Screenshots
🤝 Contributing
Contributions are welcome! If you'd like to improve or extend the app:
- Fork the repository
- Create a new branch (git checkout -b feature/your-feature-name)
- Commit your changes (git commit -m 'Add your message')
- Push to the branch (git push origin feature/your-feature-name)
- Open a Pull Request
📄 License
This project is licensed under the MIT License.