1.0.5 • Published 4 years ago
react-native-qr-image-reader v1.0.5
react-native-qr-image-reader
React Native module to read QR codes and barcodes for iOS & Android
iOS uses ZXingify-Objc
Installation
yarn add react-native-qr-image-reader
Usage
import QrImageReader from 'react-native-qr-image-reader';
// ...
const { result } = await QrImageReader.decode('file://pathToFile');
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT