Skip to content

mkdesilva/react-native-qr-image-reader

Repository files navigation

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