A mobile app built with React Native that allows users to generate and scan QR codes. This app uses React Navigation for navigation and Expo for camera-related functionalities.
- QR Code Generation: Generate QR codes with custom data.
- QR Code Scanning: Scan QR codes using the device's camera.
Before running the app, make sure you have Node.js and npm installed on your machine.
-
Install dependencies:
cd QRcoderApp npm install
-
Run the app:
npm start
This project relies on the following libraries:
- @react-navigation/native: Navigation library for React Native.
- @react-navigation/stack: Stack Navigator for React Navigation.
- react-native-gesture-handler: Gesture handler for React Native.
- react-native-reanimated: Animation library for React Native.
- react-native-qrcode-svg: Library for generating QR codes in React Native.
- expo-camera: Camera module for Expo.
- expo-permissions: Permissions module for Expo.
- expo-barcode-scanner: Barcode scanner module for Expo.
- react-native-paper: Material Design components for React Native.
- Navigate to the Home screen.
- Choose between generating a QR code or scanning one.
Feel free to contribute to the project by opening issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
👤 Aras Güngöre
- LinkedIn: @arasgungore
- GitHub: @arasgungore