Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 371 Bytes

expo-zxing

ZXing module for Expo

Installtion

npx expo install expo-zxing

Usage

QR Code Scanner

Please refer to the CameraScreen.tsx component for usage instructions.

Manual Decoding

Please refer to the QRCodeImagePickerScreen.tsx component for usage instructions.