expo-zxing
Version:
ZXing module for Expo
20 lines (11 loc) • 371 B
Markdown
# 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.