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

https://github.com/gunnar-miklis/qr-code-scanner-app

QR-Code Ticket Scanner App in React Native
https://github.com/gunnar-miklis/qr-code-scanner-app

expo qrcode-scanner react-native

Last synced: 3 months ago
JSON representation

QR-Code Ticket Scanner App in React Native

Awesome Lists containing this project

README

          

## QR-Code "Ticket Scanner" in React Native

### Download: [DEMO](https://github.com/gunnar-miklis/qr-code-scanner-app/raw/main/assets/demo/demo.mp4) Video
_(998 KB, 00:00:41)_


Permissions
Scanner
Valid
Not Valid
Details

















 

## SETUP
#### install
```bash
$ yarn create expo-app QrCodeScanner
$ mv -v QrCodeScanner qr-code-scanner
$ cd qr-code-scanner

$ yarn expo install expo-barcode-scanner
```
```bash
$ yarn add -D eslint eslint-plugin-react eslint-plugin-react-hooks
$ yarn run eslint --init
```
#### run
```bash
$ yarn expo start
# yarn expo start --tunnel
```