0.1.8 • Published 3 years ago

react-native-card-scanner v0.1.8

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

react-native-card-scanner

Overview

A library for scanning atm and credit cards based on Vision (iOS) and Tensor Flow (Android). Note: Reading card's expired, valid date is not supported on Android

Demo:

iOS

Android

Installation

npm install react-native-card-scanner

Usage

import { startScanner } from 'react-native-card-scanner'

interface CardScannerResult {
  cardNumber: string;
  cardExpiredDate?: string;
  cardValidDate?: string;
}

const response: CardScannerResult = await startScanner()

Contributing

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

License

MIT

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago