This is a React Native app project that allows users to easily and conveniently read QR codes. With this app, you can scan existing QR codes.
-
QR Code Reading: Use your device's camera to scan QR codes and retrieve the information contained within them.
-
QR Code Flash Reading: Scan multiples QR codes and sve in history.
-
Reading History: Keep a record of previous QR code scans for future reference.
-
Easy Sharing: Share the generated QR codes with friends or save them for later use.
Ensure you have the React Native development environment set up on your system. For information on how to set up the environment, refer to the official React Native documentation.
- Clone this repository to your computer:
git clone https://github.com/your-username/your-qr-codes-project.git
- Navigate to the project directory:
cd your-qr-codes-project
- Install the project dependencies:
npm install
or
yarn install
- Start the app on an emulator or physical device:
npx react-native run-android
or
npx react-native run-ios
- Use the device's camera to scan QR codes or generate new QR codes from the app's main screen.
If you encounter any issues or have an idea for a new feature, please open an issue in this repository.