0.2.1 • Published 11 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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.1

11 months ago

0.2.0

1 year ago

0.1.0

2 years ago