@cardscan.ai/insurance-cardscan-react-native
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

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}
    />
)

Package Sidebar

Install

npm i @cardscan.ai/insurance-cardscan-react-native

Weekly Downloads

2

Version

0.2.3

License

SEE LICENSE IN LICENSE.md

Unpacked Size

51.6 kB

Total Files

21

Last publish

Collaborators

  • cardscan