Skip to content

AuttapOnG/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 30.2%
  • Objective-C 28.6%
  • Kotlin 18.5%
  • TypeScript 8.8%
  • JavaScript 6.8%
  • Ruby 6.3%
  • Other 0.8%