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

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: 2 months 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.