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