0.2.3 • Published 4 years ago
@cardscan.ai/insurance-cardscan-react-native v0.2.3
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-nativeUsage
import { CardScanView, Card } from 'insurance-cardscan-react-native';
// ...
return (
    <CardScanView 
        sessionToken={"SESSION_TOKEN"}
        onSuccess={cardScanSuccess}
        onCancel={cardScanCancel}
    />
)