Skip to content

awesomejerry/YaQrcodeScanner

Repository files navigation

Yet Another QR Code Scanner

Just another QR code scanner powered by React Native! Simple and dead simple.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

First you have to clone the repository

git clone https://github.com/awesomejerry/YaQrcodeScanner.git

Installing

Install node_modules

cd YaQrcodeScanner && npm install
// or
cd YaQrcodeScanner && yarn install

Runnnig

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

Deployment

Bundle APK

// the outputs will be under `android/app/build/outputs/apk`
cd android && ./gradlew assembleRelease

License

This project is licensed under the MIT License - see the LICENSE.md file for details