navi25 / qrcode

React Native app for scanning and creating QR codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Reader and Generator

Build Status codecov Codacy Badge

Cross-platform mobile app for Android and iOS written with React Native.

Big Beautiful Picture

Get it on Google Play Download on App Store

Features

QR Code Reader and Generator is a React Native application for both Android and iOS that allows you to scan any type of QR Code (Barcode included), with various types of data, such as contact information, wifi passwords, calendar events and much more. After scanning, you can easily perform action with scanned data: make a call, save calendar event, etc. And also, you can generate all this code types.

A few features:

  • Act straight after scanning QR Code:
  • Make a call after scanning telephone number.
  • Send SMS or email.
  • Open link in the browser.
  • Open maps application after scanning geocode.
  • Add events to calendar right after scanning.
  • Add a new contact after scanning a business card QR code.
  • Unlimited storage for scan history.
  • Generate any type of code: text, URL, email, phone number, SMS, contact, event and more.
  • Customize created codes. Change background and foreground color.
  • Share or save the generated codes.
  • Batch scanning for scanning without interruptions.
  • Flashlight supported for low-light environments.

Tech Stuff Inside

Try it yourself

1. Clone and Install

# Clone the repo
git clone https://github.com/insiderdev/qrcode.git

# Install dependencies
yarn install

2. Run it on iOS or Android

# Run on iOS
yarn run:ios

# Run on Android
yarn run:android

How can you help

If you find any problems, feature requests, please open an issue or submit a fix as a pull request.

Want to talk?

If you have any questions or you want us to help you design and develop your application, send us an email at hi@insider.io

License

MIT License

About

React Native app for scanning and creating QR codes

License:MIT License


Languages

Language:JavaScript 94.7%Language:Objective-C 2.3%Language:Java 1.7%Language:Python 1.0%Language:Ruby 0.2%