0.2.0 • Published 25 days ago

react-native-payment-card-scanner v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

react-native-payment-card-scanner

Payment Card Scanner for React Native

Installation

npm install react-native-payment-card-scanner

Usage

import PaymentCardScanner from "react-native-payment-card-scanner";

// ...

PaymentCardScanner.scan(
    "اسکن کارت",
    "پشت بلوکارت فرد منتخب را مقابل دوربین قرار دهید",
    "topTextFontFamilyName",
    "bottomTextFontFamilyName"
).then((result: any) => {
    console.log(result);
}).catch((error: any) => {});

Contributing

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

License

MIT

0.2.0

25 days ago

0.1.0

10 months ago