https://github.com/danielpgross/rn-vax-qr-scanner
Mobile app for reading proof of vaccination QR codes, built with React Native
https://github.com/danielpgross/rn-vax-qr-scanner
Last synced: about 1 year ago
JSON representation
Mobile app for reading proof of vaccination QR codes, built with React Native
- Host: GitHub
- URL: https://github.com/danielpgross/rn-vax-qr-scanner
- Owner: danielpgross
- Created: 2022-01-28T02:07:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T02:04:35.000Z (over 4 years ago)
- Last Synced: 2025-02-10T04:31:50.577Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 393 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rn-vax-qr-scanner
### React Native mobile app for reading vaccine certificate QR codes
### 📖 [Accompanying blog post](https://dgross.ca/blog/understanding-vax-certs)
This is a proof-of-concept for learning purposes and is not meant for everyday use. It has only been tested on iOS so far.
## Running locally
```sh
npm i
npx react-native start
npx react-native run-ios # Run in the simulator
```
You'll most likely want to run this on-device to test the camera functionality: [React Native - Running on device](https://reactnative.dev/docs/running-on-device)