Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
ZXing module for Expo
- Host: GitHub
- URL: https://github.com/7nohe/expo-zxing
- Owner: 7nohe
- Created: 2023-11-19T05:42:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-20T23:01:34.000Z (12 months ago)
- Last Synced: 2024-10-15T02:33:02.049Z (about 1 month ago)
- Topics: expo, expo-modu, qrcode-scanner, react-native, zxing, zxing-android, zxing-qrcode
- Language: Java
- Homepage:
- Size: 767 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.