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: 12 days ago
JSON representation
A React Native QR Code Scanner demo with Barcode Overlays using Vision Camera
- Host: GitHub
- URL: https://github.com/tony-xlh/react-native-qrcode-scanner
- Owner: tony-xlh
- Created: 2022-02-10T09:46:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T06:23:56.000Z (8 months ago)
- Last Synced: 2025-04-02T19:51:33.254Z (about 1 month ago)
- Topics: barcode, qrcode, qrcode-scanner, react-native, scanner
- Language: TypeScript
- Homepage:
- Size: 3.49 MB
- Stars: 18
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
## How to run
1. npm install
2. cd `ios` and run `pod install`
3. npx react-native run-android or run-ios
## Blog
[Build a React Native QR Code Scanner using Vision Camera](https://www.dynamsoft.com/codepool/react-native-qr-code-scanner-vision-camera.html)