https://github.com/drex44/qr-scanner
A React Native QR code scanner app built using Expo
https://github.com/drex44/qr-scanner
demo-app expo react-native tutorial-code
Last synced: 8 days ago
JSON representation
A React Native QR code scanner app built using Expo
- Host: GitHub
- URL: https://github.com/drex44/qr-scanner
- Owner: drex44
- License: mit
- Created: 2018-11-25T09:45:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T10:59:11.000Z (about 6 years ago)
- Last Synced: 2025-04-02T19:46:22.143Z (29 days ago)
- Topics: demo-app, expo, react-native, tutorial-code
- Language: JavaScript
- Size: 886 KB
- Stars: 24
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR Scanner
A React Native QR code scanner app built using Expo.
## Application preview
### Features
- Scans the QR code with the device camera.
- Stores the scanned QR code locally in SQLite.
- User can check the previously scanned QR codes at any time by clicking on the History Icon.## Contributing
If you are interested in extending/improving this application in any way then raise a new issue and fill out the details in the description. We can write the v2 of the article mentioning all these changes.
## Tutorial
I have written detailed tutorial on how to create this app on Medium. If you are interested in learning it then check out the tutorial [here]().
### Braches
Refere to below desciption to choose the branch,
- master: code for QR Scanner v1.0.0
- v0.3.0: code for QR Scanner v0.3.0
- v0.4.0: code for QR Scanner v0.4.0