0.2.3 • Published 2 years ago

@cardscan.ai/insurance-cardscan-react-native v0.2.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

insurance-cardscan-react-native

A library that makes it easy to add health insurance card scanning to any react native application.

Installation

npm install insurance-cardscan-react-native

Usage

import { CardScanView, Card } from 'insurance-cardscan-react-native';

// ...

return (
    <CardScanView 
        sessionToken={"SESSION_TOKEN"}
        onSuccess={cardScanSuccess}
        onCancel={cardScanCancel}
    />
)