An open API service indexing awesome lists of open source software.

https://github.com/tony-xlh/react-native-qrcode-scanner

A React Native QR Code Scanner demo with Barcode Overlays using Vision Camera
https://github.com/tony-xlh/react-native-qrcode-scanner

barcode qrcode qrcode-scanner react-native scanner

Last synced: 1 day ago
JSON representation

A React Native QR Code Scanner demo with Barcode Overlays using Vision Camera

Awesome Lists containing this project

README

          

# react-native-qrcode-scanner

A React Native QR Code Scanner demo using Vision Camera and the [Dynamsoft Barcode Reader plugin](https://github.com/tony-xlh/vision-camera-dynamsoft-barcode-reader).

If you do not want to use Vision Camera, you can use the [offical React Native package](https://github.com/Dynamsoft/capture-vision-react-native-samples) by Dynamsoft.

## How to run

1. npm install
2. cd `ios` and run `pod install`
3. npx react-native run-android or run-ios

![](qr-code-scanner.jpg)

## Blog

[Build a React Native QR Code Scanner using Vision Camera](https://www.dynamsoft.com/codepool/react-native-qr-code-scanner-vision-camera.html)