Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/7nohe/expo-zxing

ZXing module for Expo
https://github.com/7nohe/expo-zxing

expo expo-modu qrcode-scanner react-native zxing zxing-android zxing-qrcode

Last synced: 15 days ago
JSON representation

ZXing module for Expo

Awesome Lists containing this project

README

        

# expo-zxing

ZXing module for Expo

## Installtion

```bash
npx expo install expo-zxing
```

## Usage

### QR Code Scanner

Please refer to the [CameraScreen.tsx](./example/CameraScreen.tsx) component for usage instructions.

### Manual Decoding

Please refer to the [QRCodeImagePickerScreen.tsx](./example/QRCodeImagePickerScreen.tsx) component for usage instructions.