0.4.0 • Published 3 years ago

@better-network/react-native-mrz-reader v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@better-network/react-native-mrz-reader

React native library for reading Machine Readable Zone documents

Installation

npm install @better-network/react-native-mrz-reader
npx pod-install

Since the library is using camera, you will need to add the camera usage description key into info.plist

<key>NSCameraUsageDescription</key>
<string>MRZ Reader needs access to your Camera for very obvious reasons.</string>

Usage

import { MrzReaderView, MrzResult } from '@better-network/react-native-mrz-reader';
// ...

<MrzReaderView onMrzResult={(result: MrzResult) => {/* Here you get the result from the passport details */}} style={[StyleSheet.absoluteFill]} />

Platform support roadmap

  • IOS
  • [] Android

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago