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

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

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)