Just another QR code scanner powered by React Native! Simple and dead simple.
These instructions will get you a copy of the project up and running on your local machine for development.
First you have to clone the repository
git clone https://github.com/awesomejerry/YaQrcodeScanner.git
Install node_modules
cd YaQrcodeScanner && npm install
// or
cd YaQrcodeScanner && yarn install
Start the packager
npm start
// or
yarn start
// or if `react-native-cli` installed
react-native start
Install the app
react-native run-ios
// or
react-native run-android
Bundle APK
// the outputs will be under `android/app/build/outputs/apk`
cd android && ./gradlew assembleRelease
This project is licensed under the MIT License - see the LICENSE.md file for details